Record Class EmptyBlockModel.Unbaked
java.lang.Object
java.lang.Record
net.minecraft.client.renderer.block.model.EmptyBlockModel.Unbaked
- All Implemented Interfaces:
BlockModel.Unbaked
- Enclosing class:
EmptyBlockModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Unbaked
public Unbaked()Creates an instance of aUnbakedrecord class.
-
-
Method Details
-
bake
- Specified by:
bakein interfaceBlockModel.Unbaked
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-