Uses of Enum Class
net.minecraft.entity.player.PlayerSkinType
Packages that use PlayerSkinType
Package
Description
-
Uses of PlayerSkinType in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type PlayerSkinTypeModifier and TypeFieldDescriptionEntityRenderManager.mannequinRenderersEntityRenderManager.playerRenderersMethods in net.minecraft.client.render.entity that return types with arguments of type PlayerSkinTypeModifier and TypeMethodDescriptionstatic <T extends PlayerLikeEntity & ClientPlayerLikeEntity>
Map<PlayerSkinType, PlayerEntityRenderer<T>> EntityRenderers.reloadPlayerRenderers(EntityRendererFactory.Context ctx) Method parameters in net.minecraft.client.render.entity with type arguments of type PlayerSkinTypeModifier and TypeMethodDescriptionprivate <T extends PlayerLikeEntity & ClientPlayerLikeEntity>
PlayerEntityRenderer<T> EntityRenderManager.getPlayerRenderer(Map<PlayerSkinType, PlayerEntityRenderer<T>> skinTypeToRenderer, T player) -
Uses of PlayerSkinType in net.minecraft.client.util
Fields in net.minecraft.client.util declared as PlayerSkinTypeModifier and TypeFieldDescriptionprivate final PlayerSkinTypeSkinTextures.modelThe field for themodelrecord component.Methods in net.minecraft.client.util that return PlayerSkinTypeModifier and TypeMethodDescriptionSkinTextures.model()Returns the value of themodelrecord component.Methods in net.minecraft.client.util with parameters of type PlayerSkinTypeModifier and TypeMethodDescriptionprivate static SkinTexturesDefaultSkinHelper.createSkinTextures(String texture, PlayerSkinType type) Constructors in net.minecraft.client.util with parameters of type PlayerSkinTypeModifierConstructorDescriptionSkinTextures(Identifier identifier, @Nullable String string, @Nullable Identifier identifier2, @Nullable Identifier identifier3, PlayerSkinType playerSkinType, boolean bool) -
Uses of PlayerSkinType in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration declared as PlayerSkinTypeModifier and TypeFieldDescriptionprivate final PlayerSkinTypeMannequinInfo.modelThe field for themodelrecord component.Methods in net.minecraft.entity.decoration that return PlayerSkinTypeModifier and TypeMethodDescriptionMannequinInfo.model()Returns the value of themodelrecord component.Constructors in net.minecraft.entity.decoration with parameters of type PlayerSkinTypeModifierConstructorDescriptionMannequinInfo(Identifier identifier, Optional<Identifier> optional, Optional<Identifier> optional2, PlayerSkinType playerSkinType) -
Uses of PlayerSkinType in net.minecraft.entity.player
Fields in net.minecraft.entity.player with type parameters of type PlayerSkinTypeModifier and TypeFieldDescriptionprivate static final Function<String, PlayerSkinType> PlayerSkinType.BY_MODEL_METADATAstatic final com.mojang.serialization.Codec<PlayerSkinType> PlayerSkinType.CODECstatic final PacketCodec<ByteBuf, PlayerSkinType> PlayerSkinType.PACKET_CODECMethods in net.minecraft.entity.player that return PlayerSkinTypeModifier and TypeMethodDescriptionstatic PlayerSkinTypePlayerSkinType.byModelMetadata(@Nullable String modelMetadata) static PlayerSkinTypeReturns the enum constant of this class with the specified name.static PlayerSkinType[]PlayerSkinType.values()Returns an array containing the constants of this enum class, in the order they are declared.