Object CircuitUtil
-
- All Implemented Interfaces:
public class CircuitUtil
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ResourceKey<Biome>>
BIOME_BLACKLIST
public final static CircuitUtil
INSTANCE
-
Method Summary
Modifier and Type Method Description final Boolean
checkForOtherCircuits(BaseCircuitEntity $self)
final Boolean
isIllegalSpawnForCircuit(BaseCircuitEntity $self, List<ResourceKey<Biome>> biomes)
final Unit
onceSpawned(BaseCircuitEntity $self)
final Unit
incNoWayOutFrame(Player $self)
final <T extends Player> Unit
incNoWayOutFrame(List<T> $self)
final Unit
resetNoWayOutFrame(Player $self)
final <T extends Player> Unit
resetNoWayOutFrame(List<T> $self)
final List<ResourceKey<Biome>>
getBIOME_BLACKLIST()
-
-
Method Detail
-
checkForOtherCircuits
final Boolean checkForOtherCircuits(BaseCircuitEntity $self)
-
isIllegalSpawnForCircuit
final Boolean isIllegalSpawnForCircuit(BaseCircuitEntity $self, List<ResourceKey<Biome>> biomes)
-
onceSpawned
final Unit onceSpawned(BaseCircuitEntity $self)
-
incNoWayOutFrame
final Unit incNoWayOutFrame(Player $self)
-
incNoWayOutFrame
final <T extends Player> Unit incNoWayOutFrame(List<T> $self)
-
resetNoWayOutFrame
final Unit resetNoWayOutFrame(Player $self)
-
resetNoWayOutFrame
final <T extends Player> Unit resetNoWayOutFrame(List<T> $self)
-
getBIOME_BLACKLIST
final List<ResourceKey<Biome>> getBIOME_BLACKLIST()
-
-
-
-