Uses of Class
net.minecraft.client.model.SkullModelBase
Package
Description
-
Uses of SkullModelBase in net.minecraft.client.model
-
Uses of SkullModelBase in net.minecraft.client.model.dragon
-
Uses of SkullModelBase in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate Map<SkullBlock.Type,
SkullModelBase> BlockEntityWithoutLevelRenderer.skullModels
-
Uses of SkullModelBase in net.minecraft.client.renderer.blockentity
Modifier and TypeFieldDescriptionprivate final Map<SkullBlock.Type,
SkullModelBase> SkullBlockRenderer.modelByType
Modifier and TypeMethodDescriptionstatic Map<SkullBlock.Type,
SkullModelBase> SkullBlockRenderer.createSkullRenderers
(EntityModelSet p_173662_) Modifier and TypeMethodDescriptionstatic void
SkullBlockRenderer.renderSkull
(Direction p_173664_, float p_173665_, float p_173666_, PoseStack p_173667_, MultiBufferSource p_173668_, int p_173669_, SkullModelBase p_173670_, RenderType p_173671_) -
Uses of SkullModelBase in net.minecraft.client.renderer.entity.layers
Modifier and TypeFieldDescriptionprivate final Map<SkullBlock.Type,
SkullModelBase> CustomHeadLayer.skullModels
-
Uses of SkullModelBase in net.minecraftforge.client.event
Modifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap.Builder<SkullBlock.Type,
SkullModelBase> EntityRenderersEvent.CreateSkullModels.builder
Modifier and TypeMethodDescriptionvoid
EntityRenderersEvent.CreateSkullModels.registerSkullModel
(SkullBlock.Type type, SkullModelBase model) Registers the constructor for a skull block with the givenSkullBlock.Type
.ModifierConstructorDescriptionCreateSkullModels
(com.google.common.collect.ImmutableMap.Builder<SkullBlock.Type, SkullModelBase> builder, EntityModelSet entityModelSet)