Type Alias Block_BeehiveAndBeeNest
Block_BeehiveAndBeeNest: { type: "compound"; value: { Occupants?: { type: "list"; value: { type: "compound"; value: { ActorIdentifier: { type: "string"; value: string }; SaveData: { type: "compound"; value: object } & ActorPrefix; TicksLeftToStay: { type: "int"; value: number }; }[]; }; }; ShouldSpawnBees: { type: "byte"; value: number }; };} Type declaration
type: "compound"
value: {
Occupants?: {
type: "list";
value: {
type: "compound";
value: {
ActorIdentifier: { type: "string"; value: string };
SaveData: { type: "compound"; value: object } & ActorPrefix;
TicksLeftToStay: { type: "int"; value: number };
}[];
};
};
ShouldSpawnBees: { type: "byte"; value: number };
}
OptionalOccupants?: {
type: "list";
value: {
type: "compound";
value: {
ActorIdentifier: { type: "string"; value: string };
SaveData: { type: "compound"; value: object } & ActorPrefix;
TicksLeftToStay: { type: "int"; value: number };
}[];
};
}
ShouldSpawnBees: { type: "byte"; value: number }
Additional fields for beehive and bee nest.