convert
Interfaces, Classes, Traits and Enums
- SkinAdapter
- Used to convert new skin data to the skin entity or old skin entity to skin data.
- GlobalItemTypeDictionary
- ItemTranslator
- This class handles translation between network item ID+metadata to PocketMine-MP internal ID+metadata and vice versa.
- LegacySkinAdapter
- R12ToCurrentBlockMapEntry
- SkinAdapterSingleton
- Accessor for SkinAdapter
- TypeConversionException
- Thrown by TypeConverter if a problem occurred during converting of network types to PM core types (e.g. invalid item ID, invalid NBT, etc).
- TypeConverter