Uses of Enum Class
net.minecraft.item.map.MapIcon.Type
Packages that use MapIcon.Type
Package
Description
-
Uses of MapIcon.Type in net.minecraft.component.type
Fields in net.minecraft.component.type declared as MapIcon.TypeModifier and TypeFieldDescriptionprivate final MapIcon.TypeMapDecorationsComponent.Decoration.typeThe field for thetyperecord component.Methods in net.minecraft.component.type that return MapIcon.TypeModifier and TypeMethodDescriptionMapDecorationsComponent.Decoration.type()Returns the value of thetyperecord component.Constructors in net.minecraft.component.type with parameters of type MapIcon.TypeModifierConstructorDescriptionDecoration(MapIcon.Type type, double double2, double double3, float float2) -
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.CODECstatic final IntFunction<MapIcon.Type> MapIcon.Type.INDEX_TO_TYPEstatic final PacketCodec<ByteBuf, MapIcon.Type> MapIcon.Type.PACKET_CODECMethods in net.minecraft.item.map that return MapIcon.TypeModifier and TypeMethodDescriptionMapBannerMarker.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, Optional<Text> optional) -
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)