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_50017static 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.typeThe field for thetyperecord component.Methods in net.minecraft.component.type that return types with arguments of type class_9428Modifier and TypeMethodDescriptionMapDecorationsComponent.Decoration.type()Returns the value of thetyperecord 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_BLACKstatic final RegistryEntry<class_9428> Type.BANNER_BLUEstatic final RegistryEntry<class_9428> Type.BANNER_BROWNstatic final RegistryEntry<class_9428> Type.BANNER_CYANstatic final RegistryEntry<class_9428> Type.BANNER_GRAYstatic final RegistryEntry<class_9428> Type.BANNER_GREENstatic final RegistryEntry<class_9428> Type.BANNER_LIGHT_BLUEstatic final RegistryEntry<class_9428> Type.BANNER_LIGHT_GRAYstatic final RegistryEntry<class_9428> Type.BANNER_LIMEstatic final RegistryEntry<class_9428> Type.BANNER_MAGENTAstatic final RegistryEntry<class_9428> Type.BANNER_ORANGEstatic final RegistryEntry<class_9428> Type.BANNER_PINKstatic final RegistryEntry<class_9428> Type.BANNER_PURPLEstatic final RegistryEntry<class_9428> Type.BANNER_REDstatic final RegistryEntry<class_9428> Type.BANNER_WHITEstatic final RegistryEntry<class_9428> Type.BANNER_YELLOWstatic final RegistryEntry<class_9428> Type.BLUE_MARKERstatic final RegistryEntry<class_9428> Type.FRAMEstatic final RegistryEntry<class_9428> Type.JUNGLE_TEMPLEstatic final RegistryEntry<class_9428> Type.MANSIONstatic final RegistryEntry<class_9428> Type.MONUMENTstatic final RegistryEntry<class_9428> Type.PLAYERstatic final RegistryEntry<class_9428> Type.PLAYER_OFF_LIMITSstatic final RegistryEntry<class_9428> Type.PLAYER_OFF_MAPstatic final RegistryEntry<class_9428> Type.RED_MARKERstatic final RegistryEntry<class_9428> Type.RED_Xstatic final RegistryEntry<class_9428> Type.SWAMP_HUTstatic final RegistryEntry<class_9428> Type.TARGET_POINTstatic final RegistryEntry<class_9428> Type.TARGET_Xstatic final RegistryEntry<class_9428> Type.TRIAL_CHAMBERSprivate final RegistryEntry<class_9428> MapIcon.typeThe field for thetyperecord component.static final RegistryEntry<class_9428> Type.VILLAGE_DESERTstatic final RegistryEntry<class_9428> Type.VILLAGE_PLAINSstatic final RegistryEntry<class_9428> Type.VILLAGE_SAVANNAstatic final RegistryEntry<class_9428> Type.VILLAGE_SNOWYstatic final RegistryEntry<class_9428> Type.VILLAGE_TAIGAMethods 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 thetyperecord component.Method parameters in net.minecraft.item.map with type arguments of type class_9428Modifier and TypeMethodDescriptionstatic voidMapState.addDecorationsNbt(ItemStack stack, BlockPos pos, String id, RegistryEntry<class_9428> registryEntry) private voidMapState.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.decorationprivate final RegistryEntry<class_9428> ExplorationMapLootFunction.decorationstatic final RegistryEntry<class_9428> ExplorationMapLootFunction.DEFAULT_DECORATIONMethod 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_50078static 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.iconTypeConstructor 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)