Uses of Record Class
net.minecraft.item.map.MapBannerMarker
Packages that use MapBannerMarker
-
Uses of MapBannerMarker in net.minecraft.item.map
Fields in net.minecraft.item.map with type parameters of type MapBannerMarkerModifier and TypeFieldDescriptionprivate final Map
<String, MapBannerMarker> MapState.banners
The banner markers to track in world.static final com.mojang.serialization.Codec
<MapBannerMarker> MapBannerMarker.CODEC
Methods in net.minecraft.item.map that return MapBannerMarkerModifier and TypeMethodDescriptionstatic @Nullable MapBannerMarker
MapBannerMarker.fromWorldBlock
(BlockView blockView, BlockPos blockPos) Methods in net.minecraft.item.map that return types with arguments of type MapBannerMarkerConstructor parameters in net.minecraft.item.map with type arguments of type MapBannerMarkerModifierConstructorDescriptionprivate
MapState
(RegistryKey<World> dimension, int centerX, int centerZ, byte scale, ByteBuffer colors, boolean showDecorations, boolean unlimitedTracking, boolean locked, List<MapBannerMarker> banners, List<MapFrameMarker> frames)