Class BooleanVanillaPacketEntrant<LISTENER extends net.minecraft.network.PacketListener,PACKET extends net.minecraft.network.protocol.Packet<LISTENER>>
java.lang.Object
com.petrolpark.core.actionrecord.packet.entrant.AlwaysEnterPacketEntrant<PACKET>
com.petrolpark.core.actionrecord.packet.entrant.BooleanPacketEntrant<PACKET>
com.petrolpark.core.actionrecord.packet.entrant.BooleanVanillaPacketEntrant<LISTENER,PACKET>
- All Implemented Interfaces:
IPacketEntrant<PACKET>,IVanillaPacketEntrant<LISTENER,PACKET>
public class BooleanVanillaPacketEntrant<LISTENER extends net.minecraft.network.PacketListener,PACKET extends net.minecraft.network.protocol.Packet<LISTENER>>
extends BooleanPacketEntrant<PACKET>
implements IVanillaPacketEntrant<LISTENER,PACKET>
-
Field Summary
Fields inherited from class com.petrolpark.core.actionrecord.packet.entrant.BooleanPacketEntrant
predicate, translationKey -
Constructor Summary
ConstructorsConstructorDescriptionBooleanVanillaPacketEntrant(net.minecraft.network.protocol.PacketType<PACKET> packetType, Predicate<PACKET> predicate) -
Method Summary
Methods inherited from class com.petrolpark.core.actionrecord.packet.entrant.BooleanPacketEntrant
getDescriptionMethods inherited from class com.petrolpark.core.actionrecord.packet.entrant.AlwaysEnterPacketEntrant
getAdvancedDescription, getEntryResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.petrolpark.core.actionrecord.packet.entrant.IPacketEntrant
getEntryResultMethods inherited from interface com.petrolpark.core.actionrecord.packet.entrant.IVanillaPacketEntrant
cast
-
Constructor Details
-
BooleanVanillaPacketEntrant
-