Enum level_lib::anvil::region::chunk::block_entity::BannerPatternVariant
source · pub enum BannerPatternVariant {
Show 40 variants
Base,
BottomStripe,
TopStripe,
LeftStripe,
RightStripe,
CenterStripe,
MiddleStripe,
DownRightStripe,
DownLeftStripe,
SmallStripes,
DiagonalCross,
SquareCross,
LeftOfDiagonal,
RightOfUpsizeDownDiagonal,
LeftOFUpsizeDownDiagonal,
RightOfDiagonal,
VerticalHalf,
VerticalHalfRight,
HorizontalHalf,
HorizontalHalfBottom,
BottomLeftCorner,
BottomRightCorner,
TopLeftCorner,
TopRightCorner,
BottomTriangle,
TopTriangle,
BottomTriangleSawtooth,
TopTriangleSawtooth,
MiddleCircle,
Border,
CurlyBorder,
Brick,
Gradient,
GradientUpsideDown,
Creeper,
Skull,
Flower,
Mojang,
Globe,
Piglin,
}Variants§
Base
BottomStripe
TopStripe
LeftStripe
RightStripe
CenterStripe
MiddleStripe
DownRightStripe
DownLeftStripe
SmallStripes
DiagonalCross
SquareCross
LeftOfDiagonal
RightOfUpsizeDownDiagonal
LeftOFUpsizeDownDiagonal
RightOfDiagonal
VerticalHalf
VerticalHalfRight
HorizontalHalf
HorizontalHalfBottom
BottomLeftCorner
BottomRightCorner
TopLeftCorner
TopRightCorner
BottomTriangle
TopTriangle
BottomTriangleSawtooth
TopTriangleSawtooth
MiddleCircle
Border
CurlyBorder
Brick
Gradient
GradientUpsideDown
Creeper
Skull
Flower
Mojang
Globe
Piglin
Trait Implementations§
source§impl Debug for BannerPatternVariant
impl Debug for BannerPatternVariant
source§impl Display for BannerPatternVariant
impl Display for BannerPatternVariant
source§impl PartialEq for BannerPatternVariant
impl PartialEq for BannerPatternVariant
source§fn eq(&self, other: &BannerPatternVariant) -> bool
fn eq(&self, other: &BannerPatternVariant) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for BannerPatternVariant
impl StructuralPartialEq for BannerPatternVariant
Auto Trait Implementations§
impl Freeze for BannerPatternVariant
impl RefUnwindSafe for BannerPatternVariant
impl Send for BannerPatternVariant
impl Sync for BannerPatternVariant
impl Unpin for BannerPatternVariant
impl UnwindSafe for BannerPatternVariant
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more