Uses of Class
net.minecraft.world.waypoint.WaypointStyle
Packages that use WaypointStyle
Package
Description
-
Uses of WaypointStyle in net.minecraft.client.data
Method parameters in net.minecraft.client.data with type arguments of type WaypointStyleModifier and TypeMethodDescriptionprivate static void
WaypointStyleProvider.bootstrap
(BiConsumer<RegistryKey<WaypointStyle>, WaypointStyleAsset> waypointStyleBiConsumer) -
Uses of WaypointStyle in net.minecraft.client.resource.waypoint
Fields in net.minecraft.client.resource.waypoint with type parameters of type WaypointStyleModifier and TypeFieldDescriptionprivate Map
<RegistryKey<WaypointStyle>, WaypointStyleAsset> WaypointStyleAssetManager.registry
Method parameters in net.minecraft.client.resource.waypoint with type arguments of type WaypointStyle -
Uses of WaypointStyle in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type WaypointStyleModifier and TypeMethodDescriptionprivate static int
WaypointCommand.executeStyle
(ServerCommandSource source, ServerWaypoint waypoint, RegistryKey<WaypointStyle> style) -
Uses of WaypointStyle in net.minecraft.world.waypoint
Fields in net.minecraft.world.waypoint with type parameters of type WaypointStyleModifier and TypeFieldDescriptionstatic final RegistryKey
<WaypointStyle> WaypointStyles.BOWTIE
static final RegistryKey
<WaypointStyle> WaypointStyles.DEFAULT
static final RegistryKey
<? extends Registry<WaypointStyle>> WaypointStyles.REGISTRY
Waypoint.Config.style
Methods in net.minecraft.world.waypoint that return types with arguments of type WaypointStyleModifier and TypeMethodDescriptionprivate RegistryKey
<WaypointStyle> Waypoint.Config.getStyle()
static RegistryKey
<WaypointStyle> Constructor parameters in net.minecraft.world.waypoint with type arguments of type WaypointStyleModifierConstructorDescriptionprivate
Config
(RegistryKey<WaypointStyle> style, Optional<Integer> color)