classpublicPriority 3
InteractionRules
com.hypixel.hytale.server.core.modules.interaction.interaction.config.InteractionRules
implements NetworkSerializable
2
Methods
2
Public Methods
11
Fields
1
Constructors
Constants
BuilderCodec<InteractionRules>CODEC= BuilderCodec.builder(InteractionRules.class, InteractionRules::new)
.appendInherited(
...
Constructors
public
InteractionRules()Methods
Public Methods (2)
public
com.hypixel.hytale.protocol.InteractionRules toPacket()@Nonnull
public
String toString()@Nonnull@Override
Fields
Protected Fields (11)
protected
Set<InteractionType> blockedByprotected
String blockedByBypassprotected
int blockedByBypassIndexprotected
String blockingBypassprotected
int blockingBypassIndexprotected
Set<InteractionType> interruptedByprotected
String interruptedByBypassprotected
int interruptedByBypassIndexprotected
Set<InteractionType> interruptingprotected
String interruptingBypassprotected
int interruptingBypassIndex