HyCodeYourTale
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)

protectedSet<InteractionType> blockedBy
protectedString blockedByBypass
protectedint blockedByBypassIndex
protectedString blockingBypass
protectedint blockingBypassIndex
protectedSet<InteractionType> interruptedBy
protectedString interruptedByBypass
protectedint interruptedByBypassIndex
protectedSet<InteractionType> interrupting
protectedString interruptingBypass
protectedint interruptingBypassIndex

Related Classes