Package dev.jaxydog.astral.mixin
Class NetworkStateMixin
java.lang.Object
dev.jaxydog.astral.mixin.NetworkStateMixin
- All Implemented Interfaces:
net.minecraft.network.PacketBundleHandler.BundlerGetter
public abstract class NetworkStateMixin
extends Object
implements net.minecraft.network.PacketBundleHandler.BundlerGetter
Registers custom packet types to allow for their usage in networking.
- Since:
- 1.7.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceAllows access to a map of packet handlers. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.PacketBundleHandler.BundlerGetter
getBundler
-
Constructor Details
-
NetworkStateMixin
public NetworkStateMixin()
-