Uses of Record Class
net.minecraft.world.level.saveddata.maps.MapBanner
Packages that use MapBanner
-
Uses of MapBanner in net.minecraft.world.level.saveddata.maps
Fields in net.minecraft.world.level.saveddata.maps with type parameters of type MapBannerModifier and TypeFieldDescriptionMapItemSavedData.bannerMarkersstatic final com.mojang.serialization.Codec<MapBanner> MapBanner.CODECMethods in net.minecraft.world.level.saveddata.maps that return MapBannerModifier and TypeMethodDescriptionstatic @Nullable MapBannerMapBanner.fromWorld(BlockGetter level, BlockPos pos) Methods in net.minecraft.world.level.saveddata.maps that return types with arguments of type MapBannerConstructor parameters in net.minecraft.world.level.saveddata.maps with type arguments of type MapBannerModifierConstructorDescriptionprivateMapItemSavedData(ResourceKey<Level> dimension, int centerX, int centerZ, byte scale, ByteBuffer colors, boolean trackingPosition, boolean unlimitedTracking, boolean locked, List<MapBanner> banners, List<MapFrame> frames)