Enum valence_generated::block::BlockEntityKind

source ·
pub enum BlockEntityKind {
Show 41 variants Furnace, Chest, TrappedChest, EnderChest, Jukebox, Dispenser, Dropper, Sign, HangingSign, MobSpawner, Piston, BrewingStand, EnchantingTable, EndPortal, Beacon, Skull, DaylightDetector, Hopper, Comparator, Banner, StructureBlock, EndGateway, CommandBlock, ShulkerBox, Bed, Conduit, Barrel, Smoker, BlastFurnace, Lectern, Bell, Jigsaw, Campfire, Beehive, SculkSensor, CalibratedSculkSensor, SculkCatalyst, SculkShrieker, ChiseledBookshelf, BrushableBlock, DecoratedPot,
}

Variants§

§

Furnace

The block entity type furnace (ID 0).

§

Chest

The block entity type chest (ID 1).

§

TrappedChest

The block entity type trapped_chest (ID 2).

§

EnderChest

The block entity type ender_chest (ID 3).

§

Jukebox

The block entity type jukebox (ID 4).

§

Dispenser

The block entity type dispenser (ID 5).

§

Dropper

The block entity type dropper (ID 6).

§

Sign

The block entity type sign (ID 7).

§

HangingSign

The block entity type hanging_sign (ID 8).

§

MobSpawner

The block entity type mob_spawner (ID 9).

§

Piston

The block entity type piston (ID 10).

§

BrewingStand

The block entity type brewing_stand (ID 11).

§

EnchantingTable

The block entity type enchanting_table (ID 12).

§

EndPortal

The block entity type end_portal (ID 13).

§

Beacon

The block entity type beacon (ID 14).

§

Skull

The block entity type skull (ID 15).

§

DaylightDetector

The block entity type daylight_detector (ID 16).

§

Hopper

The block entity type hopper (ID 17).

§

Comparator

The block entity type comparator (ID 18).

§

Banner

The block entity type banner (ID 19).

§

StructureBlock

The block entity type structure_block (ID 20).

§

EndGateway

The block entity type end_gateway (ID 21).

§

CommandBlock

The block entity type command_block (ID 22).

§

ShulkerBox

The block entity type shulker_box (ID 23).

§

Bed

The block entity type bed (ID 24).

§

Conduit

The block entity type conduit (ID 25).

§

Barrel

The block entity type barrel (ID 26).

§

Smoker

The block entity type smoker (ID 27).

§

BlastFurnace

The block entity type blast_furnace (ID 28).

§

Lectern

The block entity type lectern (ID 29).

§

Bell

The block entity type bell (ID 30).

§

Jigsaw

The block entity type jigsaw (ID 31).

§

Campfire

The block entity type campfire (ID 32).

§

Beehive

The block entity type beehive (ID 33).

§

SculkSensor

The block entity type sculk_sensor (ID 34).

§

CalibratedSculkSensor

The block entity type calibrated_sculk_sensor (ID 35).

§

SculkCatalyst

The block entity type sculk_catalyst (ID 36).

§

SculkShrieker

The block entity type sculk_shrieker (ID 37).

§

ChiseledBookshelf

The block entity type chiseled_bookshelf (ID 38).

§

BrushableBlock

The block entity type brushable_block (ID 39).

§

DecoratedPot

The block entity type decorated_pot (ID 40).

Implementations§

source§

impl BlockEntityKind

source

pub const fn from_id(num: u32) -> Option<Self>

source

pub const fn id(self) -> u32

source

pub fn from_ident(ident: Ident<&str>) -> Option<Self>

source

pub fn ident(self) -> Ident<&'static str>

Trait Implementations§

source§

impl Clone for BlockEntityKind

source§

fn clone(&self) -> BlockEntityKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BlockEntityKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for BlockEntityKind

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for BlockEntityKind

source§

fn cmp(&self, other: &BlockEntityKind) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for BlockEntityKind

source§

fn eq(&self, other: &BlockEntityKind) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for BlockEntityKind

source§

fn partial_cmp(&self, other: &BlockEntityKind) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Copy for BlockEntityKind

source§

impl Eq for BlockEntityKind

source§

impl StructuralPartialEq for BlockEntityKind

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

source§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.