Uses of Class
net.minecraft.item.map.MapIcon.Type
| Package | Description |
|---|---|
| net.minecraft.item.map | |
| net.minecraft.loot.function | |
| net.minecraft.village |
-
Uses of MapIcon.Type in net.minecraft.item.map
Fields in net.minecraft.item.map declared as MapIcon.Type Modifier and Type Field Description private MapIcon.TypeMapIcon. typeMethods in net.minecraft.item.map that return MapIcon.Type Modifier and Type Method Description static MapIcon.TypeMapIcon.Type. byId(byte id)MapIcon.TypeMapBannerMarker. getIconType()MapIcon.TypeMapIcon. getType()static MapIcon.TypeMapIcon.Type. valueOf(String name)Returns 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.Type Modifier and Type Method Description static 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.Type Constructor Description MapIcon(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.Type Modifier and Type Field Description private MapIcon.TypeExplorationMapLootFunction.Builder. decorationprivate MapIcon.TypeExplorationMapLootFunction. decorationstatic MapIcon.TypeExplorationMapLootFunction. DEFAULT_DECORATIONMethods in net.minecraft.loot.function with parameters of type MapIcon.Type Modifier and Type Method Description ExplorationMapLootFunction.BuilderExplorationMapLootFunction.Builder. withDecoration(MapIcon.Type decoration)Constructors in net.minecraft.loot.function with parameters of type MapIcon.Type Constructor Description ExplorationMapLootFunction(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.Type Modifier and Type Field Description private MapIcon.TypeTradeOffers.SellMapFactory. iconTypeConstructors in net.minecraft.village with parameters of type MapIcon.Type Constructor Description SellMapFactory(int price, StructureFeature<?> feature, MapIcon.Type iconType, int maxUses, int experience)