Uses of Record Class
net.minecraft.item.map.MapIcon
Packages that use MapIcon
-
Uses of MapIcon in net.minecraft.item.map
Fields in net.minecraft.item.map with type parameters of type MapIconModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, MapIcon> MapIcon.CODECMapState.iconsMethods in net.minecraft.item.map that return types with arguments of type MapIconMethod parameters in net.minecraft.item.map with type arguments of type MapIcon -
Uses of MapIcon in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type MapIconModifier and TypeFieldDescriptionMapUpdateS2CPacket.iconsThe field for theiconsrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type MapIconModifier and TypeMethodDescriptionMapUpdateS2CPacket.icons()Returns the value of theiconsrecord component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type MapIconModifierConstructorDescriptionMapUpdateS2CPacket(MapIdComponent mapId, byte scale, boolean locked, @Nullable Collection<MapIcon> icons, MapState.UpdateData updateData) MapUpdateS2CPacket(MapIdComponent mapIdComponent, byte byte2, boolean bool, Optional<List<MapIcon>> optional, Optional<MapState.UpdateData> optional2)