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 voidWaypointStyleProvider.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.registryMethod 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 intWaypointCommand.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.BOWTIEstatic final RegistryKey<WaypointStyle> WaypointStyles.DEFAULTstatic final RegistryKey<? extends Registry<WaypointStyle>> WaypointStyles.REGISTRYWaypoint.Config.styleMethods 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 WaypointStyleModifierConstructorDescriptionprivateConfig(RegistryKey<WaypointStyle> style, Optional<Integer> color)