Class ListCompatWrapper_Java_17
java.lang.Object
net.thomilist.dimensionalinventories.compatibility.java.collection.ListCompatWrapper_Java_17
- All Implemented Interfaces:
CompatWrapper, ListCompatWrapper
- Direct Known Subclasses:
ListCompatWrapper_Java_21
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CompatWrapper
onServerStartedModifier and TypeMethodDescriptiondefault voidonServerStarted(net.minecraft.server.MinecraftServer server) Methods inherited from interface ListCompatWrapper
getFirst, getLast, removeFirst, removeLastModifier and TypeMethodDescriptiondefault <E> EGets the first element of a list.default <E> EGets the last element of a list.default <E> EremoveFirst(List<E> list) Removes and returns the first element of a list.default <E> EremoveLast(List<E> list) Removes and returns the last element of a list.
-
Constructor Details
-
ListCompatWrapper_Java_17
public ListCompatWrapper_Java_17()
-