Skip to content

peanut-framework / Types/Minecraft/Block/sides / BlockSideKey

Type Alias: BlockSideKey

ts
type BlockSideKey = "up" | "down" | "north" | "south" | "east" | "west" | "side" | "all";

Released under the MIT License.