Uses of Class
net.minecraft.item.map.MapIcon
| Package | Description |
|---|---|
| net.minecraft.item.map | |
| net.minecraft.network.packet.s2c.play |
-
Uses of MapIcon in net.minecraft.item.map
Fields in net.minecraft.item.map with type parameters of type MapIcon Modifier and Type Field Description private Map<String,MapIcon>MapState. iconsMethods in net.minecraft.item.map that return types with arguments of type MapIcon Modifier and Type Method Description Iterable<MapIcon>MapState. getIcons()Method parameters in net.minecraft.item.map with type arguments of type MapIcon Modifier and Type Method Description voidMapState. replaceIcons(List<MapIcon> list) -
Uses of MapIcon in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type MapIcon Modifier and Type Field Description private @Nullable List<MapIcon>MapUpdateS2CPacket. iconsConstructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type MapIcon Constructor Description MapUpdateS2CPacket(int id, byte scale, boolean showIcons, @Nullable Collection<MapIcon> icons, MapState.UpdateData updateData)