Uses of Class
net.minecraft.world.waypoints.WaypointStyleAsset
Packages that use WaypointStyleAsset
Package
Description
-
Uses of WaypointStyleAsset in net.minecraft.client.data.models
Method parameters in net.minecraft.client.data.models with type arguments of type WaypointStyleAssetModifier and TypeMethodDescriptionprivate static void
WaypointStyleProvider.bootstrap
(BiConsumer<ResourceKey<WaypointStyleAsset>, WaypointStyle> pConsumer) -
Uses of WaypointStyleAsset in net.minecraft.client.resources
Fields in net.minecraft.client.resources with type parameters of type WaypointStyleAssetModifier and TypeFieldDescriptionprivate Map
<ResourceKey<WaypointStyleAsset>, WaypointStyle> WaypointStyleManager.waypointStyles
Method parameters in net.minecraft.client.resources with type arguments of type WaypointStyleAsset -
Uses of WaypointStyleAsset in net.minecraft.server.commands
Method parameters in net.minecraft.server.commands with type arguments of type WaypointStyleAssetModifier and TypeMethodDescriptionprivate static int
WaypointCommand.setWaypointStyle
(CommandSourceStack pSource, WaypointTransmitter pWaypoint, ResourceKey<WaypointStyleAsset> pStyle) -
Uses of WaypointStyleAsset in net.minecraft.world.waypoints
Fields in net.minecraft.world.waypoints with type parameters of type WaypointStyleAssetModifier and TypeFieldDescriptionstatic final ResourceKey
<WaypointStyleAsset> WaypointStyleAssets.BOWTIE
static final ResourceKey
<WaypointStyleAsset> WaypointStyleAssets.DEFAULT
static final ResourceKey
<? extends Registry<WaypointStyleAsset>> WaypointStyleAssets.ROOT_ID
Waypoint.Icon.style
Methods in net.minecraft.world.waypoints that return types with arguments of type WaypointStyleAssetModifier and TypeMethodDescriptionstatic ResourceKey
<WaypointStyleAsset> private ResourceKey
<WaypointStyleAsset> Waypoint.Icon.getOverrideStyle()
Constructor parameters in net.minecraft.world.waypoints with type arguments of type WaypointStyleAssetModifierConstructorDescriptionprivate
Icon
(ResourceKey<WaypointStyleAsset> p_419506_, Optional<Integer> p_416555_)