Class ModelCloningMachine
java.lang.Object
net.minecraft.client.model.Model
com.pixelmonmod.pixelmon.client.models.blocks.ModelEntityBlock<CloningMachineTileEntity>
com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderGlass(com.mojang.blaze3d.vertex.PoseStack matrix, com.mojang.blaze3d.vertex.VertexConsumer buffer, int packedLight, int packedOverlay, int color) voidrenderTileEntity(CloningMachineTileEntity te, com.mojang.blaze3d.vertex.PoseStack matrix, com.mojang.blaze3d.vertex.VertexConsumer buffer, int packedLight, int packedOverlay, int color) Methods inherited from class com.pixelmonmod.pixelmon.client.models.blocks.ModelEntityBlock
renderToBufferMethods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
machine
-
glass
-
las
-
ball
-
-
Constructor Details
-
ModelCloningMachine
public ModelCloningMachine()
-
-
Method Details
-
renderTileEntity
public void renderTileEntity(CloningMachineTileEntity te, com.mojang.blaze3d.vertex.PoseStack matrix, com.mojang.blaze3d.vertex.VertexConsumer buffer, int packedLight, int packedOverlay, int color) - Specified by:
renderTileEntityin classModelEntityBlock<CloningMachineTileEntity>
-
renderGlass
public void renderGlass(com.mojang.blaze3d.vertex.PoseStack matrix, com.mojang.blaze3d.vertex.VertexConsumer buffer, int packedLight, int packedOverlay, int color)
-