Uses of Record Class
net.minecraft.item.map.MapDecorationType
Packages that use MapDecorationType
Package
Description
-
Uses of MapDecorationType in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type MapDecorationTypeModifier and TypeFieldDescriptionprivate final RegistryEntry<MapDecorationType> MapDecorationsComponent.Decoration.typeThe field for thetyperecord component.Methods in net.minecraft.component.type that return types with arguments of type MapDecorationTypeModifier and TypeMethodDescriptionMapDecorationsComponent.Decoration.type()Returns the value of thetyperecord component.Constructor parameters in net.minecraft.component.type with type arguments of type MapDecorationTypeModifierConstructorDescriptionDecoration(RegistryEntry<MapDecorationType> registryEntry, double double2, double double3, float float2) -
Uses of MapDecorationType in net.minecraft.item.map
Fields in net.minecraft.item.map with type parameters of type MapDecorationTypeModifier and TypeFieldDescriptionstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_BLACKstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_BLUEstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_BROWNstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_CYANstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_GRAYstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_GREENstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_LIGHT_BLUEstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_LIGHT_GRAYstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_LIMEstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_MAGENTAstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_ORANGEstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_PINKstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_PURPLEstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_REDstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_WHITEstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BANNER_YELLOWstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.BLUE_MARKERstatic final com.mojang.serialization.Codec<RegistryEntry<MapDecorationType>> MapDecorationType.CODECstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.FRAMEstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.JUNGLE_TEMPLEstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.MANSIONstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.MONUMENTstatic final PacketCodec<RegistryByteBuf, RegistryEntry<MapDecorationType>> MapDecorationType.PACKET_CODECstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.PLAYERstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.PLAYER_OFF_LIMITSstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.PLAYER_OFF_MAPstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.RED_MARKERstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.RED_Xstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.SWAMP_HUTstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.TARGET_POINTstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.TARGET_Xstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.TRIAL_CHAMBERSprivate final RegistryEntry<MapDecorationType> MapDecoration.typeThe field for thetyperecord component.private final RegistryEntry<MapDecorationType> MapState.Marker.typeThe field for thetyperecord component.static final RegistryEntry<MapDecorationType> MapDecorationTypes.VILLAGE_DESERTstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.VILLAGE_PLAINSstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.VILLAGE_SAVANNAstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.VILLAGE_SNOWYstatic final RegistryEntry<MapDecorationType> MapDecorationTypes.VILLAGE_TAIGAMethods in net.minecraft.item.map that return types with arguments of type MapDecorationTypeModifier and TypeMethodDescriptionMapBannerMarker.getDecorationType()static RegistryEntry<MapDecorationType> MapDecorationTypes.getDefault(Registry<MapDecorationType> registry) private @Nullable RegistryEntry<MapDecorationType> MapState.getPlayerMarker(float dx, float dz) private @Nullable com.mojang.datafixers.util.Pair<RegistryEntry<MapDecorationType>, Byte> MapState.getPlayerMarkerAndRotation(RegistryEntry<MapDecorationType> type, @Nullable WorldAccess world, double rotation, float dx, float dz) private static RegistryEntry<MapDecorationType> private static RegistryEntry<MapDecorationType> MapDecorationTypes.register(String id, String assetId, boolean showOnItemFrame, int mapColor, boolean trackCount, boolean explorationMapElement) MapDecoration.type()Returns the value of thetyperecord component.MapState.Marker.type()Returns the value of thetyperecord component.Method parameters in net.minecraft.item.map with type arguments of type MapDecorationTypeModifier and TypeMethodDescriptionprivate voidMapState.addDecoration(RegistryEntry<MapDecorationType> type, @Nullable WorldAccess world, String key, double x, double z, double rotation, @Nullable Text text) static voidMapState.addDecorationsNbt(ItemStack stack, BlockPos pos, String id, RegistryEntry<MapDecorationType> decorationType) static RegistryEntry<MapDecorationType> MapDecorationTypes.getDefault(Registry<MapDecorationType> registry) private @Nullable MapState.MarkerMapState.getMarker(RegistryEntry<MapDecorationType> type, @Nullable WorldAccess world, double rotation, float dx, float dz) private @Nullable com.mojang.datafixers.util.Pair<RegistryEntry<MapDecorationType>, Byte> MapState.getPlayerMarkerAndRotation(RegistryEntry<MapDecorationType> type, @Nullable WorldAccess world, double rotation, float dx, float dz) Constructor parameters in net.minecraft.item.map with type arguments of type MapDecorationTypeModifierConstructorDescriptionMapDecoration(RegistryEntry<MapDecorationType> registryEntry, byte x, byte z, byte rotation, Optional<Text> optional) (package private)Marker(RegistryEntry<MapDecorationType> registryEntry, byte byte2, byte byte3, byte byte4) -
Uses of MapDecorationType in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type MapDecorationTypeModifier and TypeFieldDescriptionprivate RegistryEntry<MapDecorationType> ExplorationMapLootFunction.Builder.decorationprivate final RegistryEntry<MapDecorationType> ExplorationMapLootFunction.decorationstatic final RegistryEntry<MapDecorationType> ExplorationMapLootFunction.DEFAULT_DECORATIONMethod parameters in net.minecraft.loot.function with type arguments of type MapDecorationTypeModifier and TypeMethodDescriptionExplorationMapLootFunction.Builder.withDecoration(RegistryEntry<MapDecorationType> decoration) Constructor parameters in net.minecraft.loot.function with type arguments of type MapDecorationTypeModifierConstructorDescription(package private)ExplorationMapLootFunction(List<LootCondition> conditions, TagKey<Structure> destination, RegistryEntry<MapDecorationType> decoration, byte zoom, int searchRadius, boolean skipExistingChunks) -
Uses of MapDecorationType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type MapDecorationTypeModifier and TypeFieldDescriptionstatic final Registry<MapDecorationType> Registries.MAP_DECORATION_TYPEstatic final RegistryKey<Registry<MapDecorationType>> RegistryKeys.MAP_DECORATION_TYPE -
Uses of MapDecorationType in net.minecraft.village
Fields in net.minecraft.village with type parameters of type MapDecorationTypeModifier and TypeFieldDescriptionprivate final RegistryEntry<MapDecorationType> TradeOffers.SellMapFactory.decorationConstructor parameters in net.minecraft.village with type arguments of type MapDecorationTypeModifierConstructorDescriptionSellMapFactory(int price, TagKey<Structure> structure, String nameKey, RegistryEntry<MapDecorationType> decoration, int maxUses, int experience)