HyCodeYourTale
classpublicPriority 3

BlockGathering

com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockGathering

implements NetworkSerializable

14

Methods

14

Public Methods

6

Fields

1

Constructors

Constants

BuilderCodec<BlockGathering>CODEC= BuilderCodec.builder(BlockGathering.class, BlockGathering::new) .append( new Keyed...

Constructors

protected
BlockGathering()

Methods

Public Methods (14)

public
BlockBreakingDropType getBreaking()
public
String getDropListId()
public
HarvestingDropType getHarvest()
public
String getItemId()
public
PhysicsDropType getPhysics()
public
SoftBlockDropType getSoft()
public
String getStateId()
public
Map<String, BlockGathering.BlockToolData> getToolData()
@Nonnull
public
String getTypeId()
public
boolean isHarvestable()
public
boolean isSoft()
public
boolean shouldUseDefaultDropWhenPlaced()
public
com.hypixel.hytale.protocol.BlockGathering toPacket()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Protected Fields (6)

protectedBlockBreakingDropType breaking
protectedHarvestingDropType harvest
protectedPhysicsDropType physics
protectedSoftBlockDropType soft
protectedBlockGathering.BlockToolData[] toolDataRaw
protectedboolean useDefaultDropWhenPlaced

Related Classes