Class NetworkSyncedItem

java.lang.Object
net.minecraft.item.Item
net.minecraft.item.NetworkSyncedItem
All Implemented Interfaces:
ItemConvertible
Direct Known Subclasses:
EmptyMapItem, FilledMapItem

public class NetworkSyncedItem
extends Item
Represents an item which can contain extra data that is synced to the client.
  • Constructor Details

    • NetworkSyncedItem

      public NetworkSyncedItem​(Item.Settings settings)
  • Method Details