package com.xfestudio.xfeservermanager.core.governance.claim;
/** Allowed behavior flags. Absence means the claim denies that behavior to untrusted actors/world causes. */
public enum ClaimFlag {
BREAK,
PLACE,
INTERACT,
CONTAINER,
ENTITY_INTERACT,
ENTITY_DAMAGE,
PVP,
EXPLOSION,
MOB_GRIEF,
PISTON_CROSS_BOUNDARY,
FLUID_CROSS_BOUNDARY
}
package com.xfestudio.xfeservermanager.core.governance.claim;
/** Allowed behavior flags. Absence means the claim denies that behavior to untrusted actors/world causes. */
public enum ClaimFlag {
BREAK,
PLACE,
INTERACT,
CONTAINER,
ENTITY_INTERACT,
ENTITY_DAMAGE,
PVP,
EXPLOSION,
MOB_GRIEF,
PISTON_CROSS_BOUNDARY,
FLUID_CROSS_BOUNDARY
}