EntityKind

Enum EntityKind 

Source
#[repr(u32)]
pub enum EntityKind {
Show 157 variants AcaciaBoat = 0, AcaciaChestBoat = 1, Allay = 2, AreaEffectCloud = 3, Armadillo = 4, ArmorStand = 5, Arrow = 6, Axolotl = 7, BambooChestRaft = 8, BambooRaft = 9, Bat = 10, Bee = 11, BirchBoat = 12, BirchChestBoat = 13, Blaze = 14, BlockDisplay = 15, Bogged = 16, Breeze = 17, BreezeWindCharge = 18, Camel = 19, CamelHusk = 20, Cat = 21, CaveSpider = 22, CherryBoat = 23, CherryChestBoat = 24, ChestMinecart = 25, Chicken = 26, Cod = 27, CopperGolem = 28, CommandBlockMinecart = 29, Cow = 30, Creaking = 31, Creeper = 32, DarkOakBoat = 33, DarkOakChestBoat = 34, Dolphin = 35, Donkey = 36, DragonFireball = 37, Drowned = 38, Egg = 39, ElderGuardian = 40, Enderman = 41, Endermite = 42, EnderDragon = 43, EnderPearl = 44, EndCrystal = 45, Evoker = 46, EvokerFangs = 47, ExperienceBottle = 48, ExperienceOrb = 49, EyeOfEnder = 50, FallingBlock = 51, Fireball = 52, FireworkRocket = 53, Fox = 54, Frog = 55, FurnaceMinecart = 56, Ghast = 57, HappyGhast = 58, Giant = 59, GlowItemFrame = 60, GlowSquid = 61, Goat = 62, Guardian = 63, Hoglin = 64, HopperMinecart = 65, Horse = 66, Husk = 67, Illusioner = 68, Interaction = 69, IronGolem = 70, Item = 71, ItemDisplay = 72, ItemFrame = 73, JungleBoat = 74, JungleChestBoat = 75, LeashKnot = 76, LightningBolt = 77, Llama = 78, LlamaSpit = 79, MagmaCube = 80, MangroveBoat = 81, MangroveChestBoat = 82, Mannequin = 83, Marker = 84, Minecart = 85, Mooshroom = 86, Mule = 87, Nautilus = 88, OakBoat = 89, OakChestBoat = 90, Ocelot = 91, OminousItemSpawner = 92, Painting = 93, PaleOakBoat = 94, PaleOakChestBoat = 95, Panda = 96, Parched = 97, Parrot = 98, Phantom = 99, Pig = 100, Piglin = 101, PiglinBrute = 102, Pillager = 103, PolarBear = 104, SplashPotion = 105, LingeringPotion = 106, Pufferfish = 107, Rabbit = 108, Ravager = 109, Salmon = 110, Sheep = 111, Shulker = 112, ShulkerBullet = 113, Silverfish = 114, Skeleton = 115, SkeletonHorse = 116, Slime = 117, SmallFireball = 118, Sniffer = 119, Snowball = 120, SnowGolem = 121, SpawnerMinecart = 122, SpectralArrow = 123, Spider = 124, SpruceBoat = 125, SpruceChestBoat = 126, Squid = 127, Stray = 128, Strider = 129, Tadpole = 130, TextDisplay = 131, Tnt = 132, TntMinecart = 133, TraderLlama = 134, Trident = 135, TropicalFish = 136, Turtle = 137, Vex = 138, Villager = 139, Vindicator = 140, WanderingTrader = 141, Warden = 142, WindCharge = 143, Witch = 144, Wither = 145, WitherSkeleton = 146, WitherSkull = 147, Wolf = 148, Zoglin = 149, Zombie = 150, ZombieHorse = 151, ZombieNautilus = 152, ZombieVillager = 153, ZombifiedPiglin = 154, Player = 155, FishingBobber = 156,
}
Expand description

An enum that contains every type of entity.

Variants§

§

AcaciaBoat = 0

§

AcaciaChestBoat = 1

§

Allay = 2

§

AreaEffectCloud = 3

§

Armadillo = 4

§

ArmorStand = 5

§

Arrow = 6

§

Axolotl = 7

§

BambooChestRaft = 8

§

BambooRaft = 9

§

Bat = 10

§

Bee = 11

§

BirchBoat = 12

§

BirchChestBoat = 13

§

Blaze = 14

§

BlockDisplay = 15

§

Bogged = 16

§

Breeze = 17

§

BreezeWindCharge = 18

§

Camel = 19

§

CamelHusk = 20

§

Cat = 21

§

CaveSpider = 22

§

CherryBoat = 23

§

CherryChestBoat = 24

§

ChestMinecart = 25

§

Chicken = 26

§

Cod = 27

§

CopperGolem = 28

§

CommandBlockMinecart = 29

§

Cow = 30

§

Creaking = 31

§

Creeper = 32

§

DarkOakBoat = 33

§

DarkOakChestBoat = 34

§

Dolphin = 35

§

Donkey = 36

§

DragonFireball = 37

§

Drowned = 38

§

Egg = 39

§

ElderGuardian = 40

§

Enderman = 41

§

Endermite = 42

§

EnderDragon = 43

§

EnderPearl = 44

§

EndCrystal = 45

§

Evoker = 46

§

EvokerFangs = 47

§

ExperienceBottle = 48

§

ExperienceOrb = 49

§

EyeOfEnder = 50

§

FallingBlock = 51

§

Fireball = 52

§

FireworkRocket = 53

§

Fox = 54

§

Frog = 55

§

FurnaceMinecart = 56

§

Ghast = 57

§

HappyGhast = 58

§

Giant = 59

§

GlowItemFrame = 60

§

GlowSquid = 61

§

Goat = 62

§

Guardian = 63

§

Hoglin = 64

§

HopperMinecart = 65

§

Horse = 66

§

Husk = 67

§

Illusioner = 68

§

Interaction = 69

§

IronGolem = 70

§

Item = 71

§

ItemDisplay = 72

§

ItemFrame = 73

§

JungleBoat = 74

§

JungleChestBoat = 75

§

LeashKnot = 76

§

LightningBolt = 77

§

Llama = 78

§

LlamaSpit = 79

§

MagmaCube = 80

§

MangroveBoat = 81

§

MangroveChestBoat = 82

§

Mannequin = 83

§

Marker = 84

§

Minecart = 85

§

Mooshroom = 86

§

Mule = 87

§

Nautilus = 88

§

OakBoat = 89

§

OakChestBoat = 90

§

Ocelot = 91

§

OminousItemSpawner = 92

§

Painting = 93

§

PaleOakBoat = 94

§

PaleOakChestBoat = 95

§

Panda = 96

§

Parched = 97

§

Parrot = 98

§

Phantom = 99

§

Pig = 100

§

Piglin = 101

§

PiglinBrute = 102

§

Pillager = 103

§

PolarBear = 104

§

SplashPotion = 105

§

LingeringPotion = 106

§

Pufferfish = 107

§

Rabbit = 108

§

Ravager = 109

§

Salmon = 110

§

Sheep = 111

§

Shulker = 112

§

ShulkerBullet = 113

§

Silverfish = 114

§

Skeleton = 115

§

SkeletonHorse = 116

§

Slime = 117

§

SmallFireball = 118

§

Sniffer = 119

§

Snowball = 120

§

SnowGolem = 121

§

SpawnerMinecart = 122

§

SpectralArrow = 123

§

Spider = 124

§

SpruceBoat = 125

§

SpruceChestBoat = 126

§

Squid = 127

§

Stray = 128

§

Strider = 129

§

Tadpole = 130

§

TextDisplay = 131

§

Tnt = 132

§

TntMinecart = 133

§

TraderLlama = 134

§

Trident = 135

§

TropicalFish = 136

§

Turtle = 137

§

Vex = 138

§

Villager = 139

§

Vindicator = 140

§

WanderingTrader = 141

§

Warden = 142

§

WindCharge = 143

§

Witch = 144

§

Wither = 145

§

WitherSkeleton = 146

§

WitherSkull = 147

§

Wolf = 148

§

Zoglin = 149

§

Zombie = 150

§

ZombieHorse = 151

§

ZombieNautilus = 152

§

ZombieVillager = 153

§

ZombifiedPiglin = 154

§

Player = 155

§

FishingBobber = 156

Implementations§

Source§

impl EntityKind

Source

pub fn azalea_read_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>

Source§

impl EntityKind

Source

pub unsafe fn from_u32_unchecked(id: u32) -> Self

Transmutes a u32 to a EntityKind.

§Safety

The id should be at most 156.

Source

pub fn is_valid_id(id: u32) -> bool

Trait Implementations§

Source§

impl AzaleaRead for EntityKind

Source§

fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>

Source§

impl AzaleaWrite for EntityKind

Source§

fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>

Source§

impl Clone for EntityKind

Source§

fn clone(&self) -> EntityKind

Returns a duplicate 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 EntityKind

Source§

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

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

impl<'de> Deserialize<'de> for EntityKind

Available on crate feature serde only.
Source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Display for EntityKind

Source§

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

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

impl FromNbtTag for EntityKind

Source§

fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>

§

fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>

Source§

impl FromStr for EntityKind

Source§

type Err = String

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
Source§

impl Hash for EntityKind

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 EntityKind

Source§

fn cmp(&self, other: &EntityKind) -> 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,

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

impl PartialEq for EntityKind

Source§

fn eq(&self, other: &EntityKind) -> 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 EntityKind

Source§

fn partial_cmp(&self, other: &EntityKind) -> 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 Registry for EntityKind

Source§

fn from_u32(value: u32) -> Option<Self>

Source§

fn to_u32(&self) -> u32

Source§

impl Serialize for EntityKind

Available on crate feature serde only.
Source§

fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl ToNbtTag for EntityKind

Source§

fn to_nbt_tag(self) -> NbtTag

§

fn to_optional_nbt_tag(self) -> Option<NbtTag>

Source§

impl TryFrom<u32> for EntityKind

Source§

fn try_from(id: u32) -> Result<Self, Self::Error>

Safely transmutes a u32 to a EntityKind.

Source§

type Error = ()

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

impl Copy for EntityKind

Source§

impl Eq for EntityKind

Source§

impl StructuralPartialEq for EntityKind

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, dest: *mut u8)

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

impl<Q, K> Comparable<K> for Q
where Q: Ord + ?Sized, K: Borrow<Q> + ?Sized,

§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
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> Same for T

Source§

type Output = T

Should always be Self
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> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. 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.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,