Uses of Record Class
net.minecraft.class_9428
Packages that use class_9428
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9428 in net.minecraft
Fields in net.minecraft with type parameters of type class_9428Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RegistryEntry<class_9428>> class_9428.field_50017
static final PacketCodec
<RegistryByteBuf, RegistryEntry<class_9428>> class_9428.field_50018
-
Uses of class_9428 in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type class_9428Modifier and TypeFieldDescriptionprivate final RegistryEntry
<class_9428> MapDecorationsComponent.Decoration.type
The field for thetype
record component.Methods in net.minecraft.component.type that return types with arguments of type class_9428Modifier and TypeMethodDescriptionMapDecorationsComponent.Decoration.type()
Returns the value of thetype
record component.Constructor parameters in net.minecraft.component.type with type arguments of type class_9428ModifierConstructorDescriptionDecoration
(RegistryEntry<class_9428> registryEntry, double double2, double double3, float float2) -
Uses of class_9428 in net.minecraft.item.map
Fields in net.minecraft.item.map with type parameters of type class_9428Modifier and TypeFieldDescriptionstatic final RegistryEntry
<class_9428> Type.BANNER_BLACK
static final RegistryEntry
<class_9428> Type.BANNER_BLUE
static final RegistryEntry
<class_9428> Type.BANNER_BROWN
static final RegistryEntry
<class_9428> Type.BANNER_CYAN
static final RegistryEntry
<class_9428> Type.BANNER_GRAY
static final RegistryEntry
<class_9428> Type.BANNER_GREEN
static final RegistryEntry
<class_9428> Type.BANNER_LIGHT_BLUE
static final RegistryEntry
<class_9428> Type.BANNER_LIGHT_GRAY
static final RegistryEntry
<class_9428> Type.BANNER_LIME
static final RegistryEntry
<class_9428> Type.BANNER_MAGENTA
static final RegistryEntry
<class_9428> Type.BANNER_ORANGE
static final RegistryEntry
<class_9428> Type.BANNER_PINK
static final RegistryEntry
<class_9428> Type.BANNER_PURPLE
static final RegistryEntry
<class_9428> Type.BANNER_RED
static final RegistryEntry
<class_9428> Type.BANNER_WHITE
static final RegistryEntry
<class_9428> Type.BANNER_YELLOW
static final RegistryEntry
<class_9428> Type.BLUE_MARKER
static final RegistryEntry
<class_9428> Type.FRAME
static final RegistryEntry
<class_9428> Type.JUNGLE_TEMPLE
static final RegistryEntry
<class_9428> Type.MANSION
static final RegistryEntry
<class_9428> Type.MONUMENT
static final RegistryEntry
<class_9428> Type.PLAYER
static final RegistryEntry
<class_9428> Type.PLAYER_OFF_LIMITS
static final RegistryEntry
<class_9428> Type.PLAYER_OFF_MAP
static final RegistryEntry
<class_9428> Type.RED_MARKER
static final RegistryEntry
<class_9428> Type.RED_X
static final RegistryEntry
<class_9428> Type.SWAMP_HUT
static final RegistryEntry
<class_9428> Type.TARGET_POINT
static final RegistryEntry
<class_9428> Type.TARGET_X
static final RegistryEntry
<class_9428> Type.TRIAL_CHAMBERS
private final RegistryEntry
<class_9428> MapIcon.type
The field for thetype
record component.static final RegistryEntry
<class_9428> Type.VILLAGE_DESERT
static final RegistryEntry
<class_9428> Type.VILLAGE_PLAINS
static final RegistryEntry
<class_9428> Type.VILLAGE_SAVANNA
static final RegistryEntry
<class_9428> Type.VILLAGE_SNOWY
static final RegistryEntry
<class_9428> Type.VILLAGE_TAIGA
Methods in net.minecraft.item.map that return types with arguments of type class_9428Modifier and TypeMethodDescriptionMapBannerMarker.getIconType()
private static RegistryEntry
<class_9428> Type.method_58453
(String string, String string2, boolean bool, int int2, boolean bool2, boolean bool3) private static RegistryEntry
<class_9428> Type.method_58454
(String string, String string2, boolean bool, boolean bool2) static RegistryEntry
<class_9428> Type.method_58455
(Registry<class_9428> registry) MapIcon.type()
Returns the value of thetype
record component.Method parameters in net.minecraft.item.map with type arguments of type class_9428Modifier and TypeMethodDescriptionstatic void
MapState.addDecorationsNbt
(ItemStack stack, BlockPos pos, String id, RegistryEntry<class_9428> registryEntry) private void
MapState.addIcon
(RegistryEntry<class_9428> registryEntry, @Nullable WorldAccess world, String key, double x, double z, double rotation, @Nullable Text text) static RegistryEntry
<class_9428> Type.method_58455
(Registry<class_9428> registry) Constructor parameters in net.minecraft.item.map with type arguments of type class_9428ModifierConstructorDescriptionMapIcon
(RegistryEntry<class_9428> registryEntry, byte x, byte z, byte rotation, Optional<Text> optional) -
Uses of class_9428 in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type class_9428Modifier and TypeFieldDescriptionprivate RegistryEntry
<class_9428> ExplorationMapLootFunction.Builder.decoration
private final RegistryEntry
<class_9428> ExplorationMapLootFunction.decoration
static final RegistryEntry
<class_9428> ExplorationMapLootFunction.DEFAULT_DECORATION
Method parameters in net.minecraft.loot.function with type arguments of type class_9428Modifier and TypeMethodDescriptionExplorationMapLootFunction.Builder.withDecoration
(RegistryEntry<class_9428> registryEntry) Constructor parameters in net.minecraft.loot.function with type arguments of type class_9428ModifierConstructorDescription(package private)
ExplorationMapLootFunction
(List<LootCondition> conditions, TagKey<Structure> destination, RegistryEntry<class_9428> registryEntry, byte zoom, int searchRadius, boolean skipExistingChunks) -
Uses of class_9428 in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type class_9428Modifier and TypeFieldDescriptionstatic final Registry
<class_9428> Registries.field_50078
static final RegistryKey
<Registry<class_9428>> RegistryKeys.MAP_DECORATION_TYPE
-
Uses of class_9428 in net.minecraft.village
Fields in net.minecraft.village with type parameters of type class_9428Modifier and TypeFieldDescriptionprivate final RegistryEntry
<class_9428> TradeOffers.SellMapFactory.iconType
Constructor parameters in net.minecraft.village with type arguments of type class_9428ModifierConstructorDescriptionSellMapFactory
(int price, TagKey<Structure> structure, String nameKey, RegistryEntry<class_9428> registryEntry, int maxUses, int experience)