Interface UnbakedGeometryExtension

All Known Subinterfaces:
ExtendedUnbakedGeometry, net.minecraft.client.resources.model.UnbakedGeometry
All Known Implementing Classes:
CompositeUnbakedGeometry, ObjGeometry

public interface UnbakedGeometryExtension
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.client.resources.model.QuadCollection
    bake(net.minecraft.client.renderer.block.model.TextureSlots textureSlots, net.minecraft.client.resources.model.ModelBaker baker, net.minecraft.client.resources.model.ModelState state, net.minecraft.client.resources.model.ModelDebugName debugName, net.minecraft.util.context.ContextMap additionalProperties)
    Version of UnbakedGeometry.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName) that also receives additional properties sourced from UnbakedModelExtension.fillAdditionalProperties(net.minecraft.util.context.ContextMap.Builder).
    private net.minecraft.client.resources.model.UnbakedGeometry
     
  • Method Details

    • self

      private net.minecraft.client.resources.model.UnbakedGeometry self()
    • bake

      default net.minecraft.client.resources.model.QuadCollection bake(net.minecraft.client.renderer.block.model.TextureSlots textureSlots, net.minecraft.client.resources.model.ModelBaker baker, net.minecraft.client.resources.model.ModelState state, net.minecraft.client.resources.model.ModelDebugName debugName, net.minecraft.util.context.ContextMap additionalProperties)
      Version of UnbakedGeometry.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName) that also receives additional properties sourced from UnbakedModelExtension.fillAdditionalProperties(net.minecraft.util.context.ContextMap.Builder).