Class NeigeItemsUtils
-
- All Implemented Interfaces:
public class NeigeItemsUtils
-
-
Constructor Summary
Constructors Constructor Description NeigeItemsUtils()
-
Method Summary
Modifier and Type Method Description static NbtCompoundfromNms(@NonNull() RefNbtTagCompound nbt)static RefNbtTagCompoundtoNms(@NonNull() NbtCompound nbt)-
-
Method Detail
-
fromNms
@NonNull() static NbtCompound fromNms(@NonNull() RefNbtTagCompound nbt)
-
toNms
@NonNull() static RefNbtTagCompound toNms(@NonNull() NbtCompound nbt)
-
-
-
-