public class FluidLevelJsonLoader extends JsonLoader
Class FluidLevelJsonLoader. Provides fluidleveljsonloader functionality for the Hytale server.
java.lang.Object > JsonLoader > FluidLevelJsonLoader
Field Summary
blockString
final
String
blockString
Field blockString.
blockTypeKey
final
BlockPattern.BlockEntry
blockTypeKey
Field blockTypeKey.
fluidKey
final
String
fluidKey
Field fluidKey.
Method Detail
FluidLevelJsonLoader
public
public
FluidLevelJsonLoader
(final SeedString seed, final Path dataFolder, final JsonElement json)
Method FluidLevelJsonLoader.
- Parameters:
final SeedStringseedfinal PathdataFolderfinal JsonElementjson
load
public
CaveType.FluidLevel
load
()
Method load.
Error
public
new
Error
(String.format("Could not resolve block \"%s\" from BlockTypes.", blockString)
Method Error.
- Parameters:
String.format("Could not resolve block \"%s\" fromBlockTypes."blockStringblockString
BlockFluidEntry
public
new
BlockFluidEntry
(blockId, rotation, fluidId)
Method BlockFluidEntry.
- Parameters:
blockIdblockIdrotationrotationfluidIdfluidId
loadHeight
protected
int
loadHeight
()
Method loadHeight.