HyCodeYourTale
classpublicPriority 3

PrefabBufferValidator

com.hypixel.hytale.builtin.blockphysics.PrefabBufferValidator

6

Methods

6

Public Methods

0

Fields

1

Constructors

Constants

FillerBlockUtil.FillerFetcher<IPrefabBuffer, Void>FILLER_FETCHER= <complex>

Constructors

public
PrefabBufferValidator()

Methods

Public Methods (6)

public
int getBlock(IPrefabBuffer iPrefabBuffer, Void unused, int x, int y, int z)
public
int getFiller(IPrefabBuffer iPrefabBuffer, Void unused, int x, int y, int z)
public
int getRotationIndex(IPrefabBuffer iPrefabBuffer, Void unused, int x, int y, int z)
publicstatic
String validate(IPrefabBuffer prefab, Set<ValidationOption> options)
@Nullable
publicstatic
List<String> validateAllPrefabs(List<ValidationOption> list)
@Nonnull
publicstatic
List<String> validatePrefabsInPath(Path dataFolder, Set<ValidationOption> options)
@Nonnull

Related Classes