BeehiveBlockEntityOccupant
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.block.entity.type.BeehiveBlockEntityOccupant;
Members
static create(ticksInHive as int) as Occupant
BeehiveBlockEntityOccupant.create(myInt);
Parameters:
ticksInHive: int
Type: int
Return Type:
BeehiveBlockEntityOccupant
Getter
// Occupant.entityData as CustomDatamyOccupant.entityData
Return Type:
CustomData
Getter
// Occupant.minTicksInHive as intmyOccupant.minTicksInHive
Return Type:
int
static of(entity as Entity) as Occupant
BeehiveBlockEntityOccupant.of(myEntity);
Return Type:
BeehiveBlockEntityOccupant
Getter
// Occupant.ticksInHive as intmyOccupant.ticksInHive
Return Type:
int