Class Compat
java.lang.Object
net.thomilist.dimensionalinventories.compatibility.Compat
Wrapper for functionality with different implementations across Java or Minecraft versions. The default
implementation targets the oldest versions the mod actively supports (currently Java 17 / Minecraft 1.20.1).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntityCompatWrapperstatic final ListCompatWrapperstatic final NbtCompatWrapperstatic final PlayerInventoryCompatWrapperstatic final SimpleInventoryCompatWrapperstatic final SortedSetCompatWrapper -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonServerStarted(net.minecraft.server.MinecraftServer server)
-
Field Details
-
LIST
-
SORTED_SET
-
NBT
-
SIMPLE_INVENTORY
-
PLAYER_INVENTORY
-
ENTITY
-
-
Method Details
-
onServerStarted
public static void onServerStarted(net.minecraft.server.MinecraftServer server)
-