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 pLevel, BlockPos pPos) 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> pDimension, int pX, int pZ, byte pScale, ByteBuffer pColors, boolean pTrackingPosition, boolean pUnlimitedTracking, boolean pLocked, List<MapBanner> pBanners, List<MapFrame> pFrames)