Uses of Interface
io.papermc.paper.datacomponent.item.ResolvableProfile
Packages that use ResolvableProfile
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of ResolvableProfile in io.papermc.paper
Methods in io.papermc.paper that return ResolvableProfile -
Uses of ResolvableProfile in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type ResolvableProfileModifier and TypeFieldDescriptionstatic final DataComponentType.Valued
<ResolvableProfile> DataComponentTypes.PROFILE
Controls the skin displayed on a Player Head. -
Uses of ResolvableProfile in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return ResolvableProfileModifier and TypeMethodDescriptionstatic ResolvableProfile
ResolvableProfile.resolvableProfile
(PlayerProfile profile) -
Uses of ResolvableProfile in org.bukkit.block
Methods in org.bukkit.block that return ResolvableProfileModifier and TypeMethodDescription@Nullable ResolvableProfile
Skull.getProfile()
Gets theResolvableProfile
to use for this skull's skin.Methods in org.bukkit.block with parameters of type ResolvableProfileModifier and TypeMethodDescriptionvoid
Skull.setProfile
(@Nullable ResolvableProfile profile) Sets theResolvableProfile
to use for this skull's skin. -
Uses of ResolvableProfile in org.bukkit.entity
Methods in org.bukkit.entity that return ResolvableProfileModifier and TypeMethodDescriptionstatic ResolvableProfile
Mannequin.defaultProfile()
Returns the default mannequin profile.Mannequin.getProfile()
Gets the resolvable profile for this mannequin.Methods in org.bukkit.entity with parameters of type ResolvableProfileModifier and TypeMethodDescriptionvoid
Mannequin.setProfile
(ResolvableProfile profile) Sets the resolvable profile for this mannequin.