Uses of Enum Class
net.minecraft.item.map.MapIcon.Type
Packages that use MapIcon.Type
-
Uses of MapIcon.Type in net.minecraft.item.map
Fields in net.minecraft.item.map declared as MapIcon.TypeModifier and TypeFieldDescriptionprivate final MapIcon.TypeMapIcon.typeThe field for thetyperecord component.Fields in net.minecraft.item.map with type parameters of type MapIcon.TypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MapIcon.Type>MapIcon.Type.CODECMethods in net.minecraft.item.map that return MapIcon.TypeModifier and TypeMethodDescriptionstatic MapIcon.TypeMapIcon.Type.byId(byte id) MapBannerMarker.getIconType()MapIcon.type()Returns the value of thetyperecord component.static MapIcon.TypeReturns the enum constant of this class with the specified name.static MapIcon.Type[]MapIcon.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.item.map with parameters of type MapIcon.TypeModifier and TypeMethodDescriptionstatic voidMapState.addDecorationsNbt(ItemStack stack, BlockPos pos, String id, MapIcon.Type type) private voidMapState.addIcon(MapIcon.Type type, @Nullable WorldAccess world, String key, double x, double z, double rotation, @Nullable Text text) Constructors in net.minecraft.item.map with parameters of type MapIcon.TypeModifierConstructorDescriptionMapIcon(MapIcon.Type type, byte x, byte z, byte rotation, @Nullable Text text) Creates an instance of aMapIconrecord class. -
Uses of MapIcon.Type in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as MapIcon.TypeModifier and TypeFieldDescriptionprivate MapIcon.TypeExplorationMapLootFunction.Builder.decorationprivate final MapIcon.TypeExplorationMapLootFunction.decorationstatic final MapIcon.TypeExplorationMapLootFunction.DEFAULT_DECORATIONMethods in net.minecraft.loot.function with parameters of type MapIcon.TypeModifier and TypeMethodDescriptionExplorationMapLootFunction.Builder.withDecoration(MapIcon.Type decoration) Constructors in net.minecraft.loot.function with parameters of type MapIcon.TypeModifierConstructorDescription(package private)ExplorationMapLootFunction(List<LootCondition> conditions, TagKey<Structure> destination, MapIcon.Type decoration, byte zoom, int searchRadius, boolean skipExistingChunks) -
Uses of MapIcon.Type in net.minecraft.village
Fields in net.minecraft.village declared as MapIcon.TypeConstructors in net.minecraft.village with parameters of type MapIcon.TypeModifierConstructorDescriptionSellMapFactory(int price, TagKey<Structure> structure, String nameKey, MapIcon.Type iconType, int maxUses, int experience)