pub enum DrawType {
Show 18 variants
Normal,
AirLike,
Liquid,
FlowingLiquid,
GlassLike,
AllFaces,
AllFacesOptional,
TorchLike,
SignLike,
PlantLike,
FenceLike,
RailLike,
NodeBox,
GlassLikeFramed,
FireLike,
GlassLikeFramedOptional,
Mesh,
PlantLikeRooted,
}
Variants§
Normal
AirLike
Liquid
FlowingLiquid
GlassLike
AllFaces
AllFacesOptional
TorchLike
SignLike
PlantLike
FenceLike
RailLike
NodeBox
GlassLikeFramed
FireLike
GlassLikeFramedOptional
Mesh
PlantLikeRooted
Trait Implementations§
Source§impl Deserialize for DrawType
impl Deserialize for DrawType
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
impl StructuralPartialEq for DrawType
Auto Trait Implementations§
impl Freeze for DrawType
impl RefUnwindSafe for DrawType
impl Send for DrawType
impl Sync for DrawType
impl Unpin for DrawType
impl UnwindSafe for DrawType
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