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>> EntityRendererFactories.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.Fields in net.minecraft.client.util with type parameters of type PlayerSkinTypeModifier and TypeFieldDescriptionprivate final Optional<PlayerSkinType> SkinTextures.MannequinInfo.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 that return types with arguments of type PlayerSkinTypeModifier and TypeMethodDescriptionSkinTextures.MannequinInfo.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) static SkinTexturesSkinTextures.method_74884(ClientAssets.TextureAsset textureAsset, ClientAssets.TextureAsset textureAsset2, ClientAssets.TextureAsset textureAsset3, PlayerSkinType playerSkinType) Constructors in net.minecraft.client.util with parameters of type PlayerSkinTypeModifierConstructorDescriptionSkinTextures(ClientAssets.TextureAsset textureAsset, ClientAssets.TextureAsset textureAsset2, ClientAssets.TextureAsset textureAsset3, PlayerSkinType playerSkinType, boolean bool) -
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.