类 SkullSpecialRenderer
java.lang.Object
net.minecraft.client.renderer.special.SkullSpecialRenderer
- 所有已实现的接口:
SpecialModelRenderer<ResolvableProfile>
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private final float
private final SkullModelBase
private final SkullBlock.Type
private final ResourceLocation
-
构造器概要
构造器构造器说明SkullSpecialRenderer
(SkullBlock.Type p_376879_, SkullModelBase p_375443_, ResourceLocation p_378154_, float p_377202_) -
方法概要
修饰符和类型方法说明extractArgument
(ItemStack p_376567_) void
render
(ResolvableProfile p_377678_, ItemDisplayContext p_378440_, PoseStack p_377644_, MultiBufferSource p_375574_, int p_376639_, int p_376976_, boolean p_378372_)
-
字段详细资料
-
skullType
-
model
-
textureOverride
-
animation
private final float animation
-
-
构造器详细资料
-
SkullSpecialRenderer
public SkullSpecialRenderer(SkullBlock.Type p_376879_, SkullModelBase p_375443_, @Nullable ResourceLocation p_378154_, float p_377202_)
-
-
方法详细资料
-
extractArgument
- 指定者:
extractArgument
在接口中SpecialModelRenderer<ResolvableProfile>
-
render
public void render(@Nullable ResolvableProfile p_377678_, ItemDisplayContext p_378440_, PoseStack p_377644_, MultiBufferSource p_375574_, int p_376639_, int p_376976_, boolean p_378372_) - 指定者:
render
在接口中SpecialModelRenderer<ResolvableProfile>
-