Uses of Enum
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.TypeMethods in net.minecraft.item.map that return MapIcon.TypeModifier and TypeMethodDescriptionstatic MapIcon.TypeMapIcon.Type.byId(byte id)MapBannerMarker.getIconType()MapIcon.getType()static MapIcon.TypeReturns the enum constant of this type with the specified name.static MapIcon.Type[]MapIcon.Type.values()Returns an array containing the constants of this enum type, 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) -
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 MapIcon.TypeExplorationMapLootFunction.decorationstatic 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.TypeModifierConstructorDescriptionprivateExplorationMapLootFunction(LootCondition[] conditions, StructureFeature<?> 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, StructureFeature<?> feature, MapIcon.Type iconType, int maxUses, int experience)