properties

package
v0.0.0-...-18e7427 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Code generated by generator/properties/main.go; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttachFace

type AttachFace byte
const (
	AttachFaceFloor AttachFace = iota
	AttachFaceWall
	AttachFaceCeiling
)

func (AttachFace) String

func (i AttachFace) String() string

type Axis

type Axis byte
const (
	X Axis = iota
	Y
	Z
)

func (Axis) String

func (i Axis) String() string

type BambooLeaves

type BambooLeaves byte
const (
	BambooLeavesNone BambooLeaves = iota
	BambooLeavesSmall
	BambooLeavesLarge
)

func (BambooLeaves) String

func (i BambooLeaves) String() string

type BedPart

type BedPart byte
const (
	BedPartHead BedPart = iota
	BedPartFoot
)

func (BedPart) String

func (i BedPart) String() string

type BellAttachType

type BellAttachType byte
const (
	BellAttachTypeFloor BellAttachType = iota
	BellAttachTypeCeiling
	BellAttachTypeSingleWall
	BellAttachTypeDoubleWall
)

func (BellAttachType) String

func (i BellAttachType) String() string

type ChestType

type ChestType byte
const (
	ChestTypeSingle ChestType = iota
	ChestTypeLeft
	ChestTypeRight
)

func (ChestType) String

func (i ChestType) String() string

type ComparatorMode

type ComparatorMode byte
const (
	ComparatorModeCompare ComparatorMode = iota
	ComparatorModeSubtract
)

func (ComparatorMode) String

func (i ComparatorMode) String() string

type Direction

type Direction byte
const (
	Down Direction = iota
	Up
	North
	South
	West
	East
)

func (Direction) String

func (i Direction) String() string

type DoorHinge

type DoorHinge byte
const (
	DoorHingeLeft DoorHinge = iota
	DoorHingeRight
)

func (DoorHinge) String

func (i DoorHinge) String() string

type DoubleBlockHalf

type DoubleBlockHalf byte
const (
	DoubleBlockHalfUpper DoubleBlockHalf = iota
	DoubleBlockHalfLower
)

func (DoubleBlockHalf) String

func (i DoubleBlockHalf) String() string

type DripstoneThickness

type DripstoneThickness byte
const (
	DripstoneThicknessTipMerge DripstoneThickness = iota
	DripstoneThicknessTip
	DripstoneThicknessFrustum
	DripstoneThicknessMiddle
	DripstoneThicknessBase
)

func (DripstoneThickness) String

func (i DripstoneThickness) String() string

type FrontAndTop

type FrontAndTop byte
const (
	DownEast FrontAndTop = iota
	DownNorth
	DownSouth
	DownWest
	UpEast
	UpNorth
	UpSouth
	UpWest
	WestUp
	EastUp
	NorthUp
	SouthUp
)

func (FrontAndTop) String

func (i FrontAndTop) String() string

type Half

type Half byte
const (
	HalfTop Half = iota
	HalfBottom
)

func (Half) String

func (i Half) String() string

type NoteBlockInstrument

type NoteBlockInstrument byte
const (
	NoteBlockInstrumentHarp NoteBlockInstrument = iota
	NoteBlockInstrumentBasedrum
	NoteBlockInstrumentSnare
	NoteBlockInstrumentHat
	NoteBlockInstrumentBass
	NoteBlockInstrumentFlute
	NoteBlockInstrumentBell
	NoteBlockInstrumentGuitar
	NoteBlockInstrumentChime
	NoteBlockInstrumentXylophone
	NoteBlockInstrumentIronXylophone
	NoteBlockInstrumentCowBell
	NoteBlockInstrumentDidgeridoo
	NoteBlockInstrumentBit
	NoteBlockInstrumentBanjo
	NoteBlockInstrumentPling
)

func (NoteBlockInstrument) String

func (i NoteBlockInstrument) String() string

type PistonType

type PistonType byte
const (
	PistonTypeDefault PistonType = iota
	PistonTypeSticky
)

func (PistonType) String

func (i PistonType) String() string

type PropertiesEnum

type PropertiesEnum interface {
	String() string
}

type RailShape

type RailShape byte
const (
	RailShapeNorthSouth RailShape = iota
	RailShapeEastWest
	RailShapeAscendingEast
	RailShapeAscendingWest
	RailShapeAscendingNorth
	RailShapeAscendingSouth
	RailShapeSouthEast
	RailShapeSouthWest
	RailShapeNorthWest
	RailShapeNorthEast
)

func (RailShape) String

func (i RailShape) String() string

type RedstoneSide

type RedstoneSide byte
const (
	RedstoneSideUp RedstoneSide = iota
	RedstoneSideSide
	RedstoneSideNone
)

func (RedstoneSide) String

func (i RedstoneSide) String() string

type SculkSensorPhase

type SculkSensorPhase byte
const (
	SculkSensorPhaseInactive SculkSensorPhase = iota
	SculkSensorPhaseActive
	SculkSensorPhaseCooldown
)

func (SculkSensorPhase) String

func (i SculkSensorPhase) String() string

type SlabType

type SlabType byte
const (
	SlabTypeTop SlabType = iota
	SlabTypeBottom
	SlabTypeDouble
)

func (SlabType) String

func (i SlabType) String() string

type StairsShape

type StairsShape byte
const (
	StairsShapeStraight StairsShape = iota
	StairsShapeInnerLeft
	StairsShapeInnerRight
	StairsShapeOuterLeft
	StairsShapeOuterRight
)

func (StairsShape) String

func (i StairsShape) String() string

type StructureMode

type StructureMode byte
const (
	StructureModeSave StructureMode = iota
	StructureModeLoad
	StructureModeCorner
	StructureModeData
)

func (StructureMode) String

func (i StructureMode) String() string

type Tilt

type Tilt byte
const (
	TiltNone Tilt = iota
	TiltUnstable
	TiltPartial
	TiltFull
)

func (Tilt) String

func (i Tilt) String() string

type WallSide

type WallSide byte
const (
	WallSideNone WallSide = iota
	WallSideLow
	WallSideTall
)

func (WallSide) String

func (i WallSide) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL