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
Methods in net.minecraft.client.util with parameters of type PlayerSkinTypeModifier and TypeMethodDescriptionprivate static SkinTexturesDefaultSkinHelper.createSkinTextures(String texture, PlayerSkinType type) -
Uses of PlayerSkinType in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as PlayerSkinTypeModifier and TypeFieldDescriptionprivate final PlayerSkinTypeSkinTextures.modelThe field for themodelrecord component.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.CODECprivate final Optional<PlayerSkinType> SkinTextures.SkinOverride.modelThe field for themodelrecord component.static final PacketCodec<ByteBuf, PlayerSkinType> PlayerSkinType.PACKET_CODECMethods in net.minecraft.entity.player that return PlayerSkinTypeModifier and TypeMethodDescriptionstatic PlayerSkinTypePlayerSkinType.byModelMetadata(@Nullable String modelMetadata) SkinTextures.model()Returns the value of themodelrecord component.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.Methods in net.minecraft.entity.player that return types with arguments of type PlayerSkinTypeModifier and TypeMethodDescriptionSkinTextures.SkinOverride.model()Returns the value of themodelrecord component.Methods in net.minecraft.entity.player with parameters of type PlayerSkinTypeModifier and TypeMethodDescriptionstatic SkinTexturesSkinTextures.create(AssetInfo.TextureAsset body, AssetInfo.TextureAsset cape, AssetInfo.TextureAsset elytra, PlayerSkinType model) Constructors in net.minecraft.entity.player with parameters of type PlayerSkinTypeModifierConstructorDescriptionSkinTextures(AssetInfo.TextureAsset body, AssetInfo.TextureAsset cape, AssetInfo.TextureAsset elytra, PlayerSkinType model, boolean secure) Creates an instance of aSkinTexturesrecord class.