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 voidWaypointStyleProvider.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.waypointStylesMethod 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 intWaypointCommand.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.BOWTIEstatic final ResourceKey<WaypointStyleAsset> WaypointStyleAssets.DEFAULTstatic final ResourceKey<? extends Registry<WaypointStyleAsset>> WaypointStyleAssets.ROOT_IDWaypoint.Icon.styleMethods 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 WaypointStyleAssetModifierConstructorDescriptionprivateIcon(ResourceKey<WaypointStyleAsset> pStyle, Optional<Integer> pColor)