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 TypeMethodDescriptiondefault 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 ofUnbakedGeometry.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName)
that also receives additional properties sourced fromUnbakedModelExtension.fillAdditionalProperties(net.minecraft.util.context.ContextMap.Builder)
.private net.minecraft.client.resources.model.UnbakedGeometry
self()
-
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 ofUnbakedGeometry.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName)
that also receives additional properties sourced fromUnbakedModelExtension.fillAdditionalProperties(net.minecraft.util.context.ContextMap.Builder)
.
-