Record Class BlockPredicate.True
java.lang.Object
java.lang.Record
dev.wyck.wrapper.worldgen.BlockPredicate.True
- All Implemented Interfaces:
Wrapper, BlockPredicate
- Enclosing interface:
BlockPredicate
- Since:
- 2.3.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface BlockPredicate
BlockPredicate.AllOf, BlockPredicate.AnyOf, BlockPredicate.Factory, BlockPredicate.HasSturdyFace, BlockPredicate.InsideWorldBounds, BlockPredicate.MatchingBiomes, BlockPredicate.MatchingBlocks, BlockPredicate.MatchingBlockTag, BlockPredicate.MatchingFluids, BlockPredicate.Not, BlockPredicate.Replaceable, BlockPredicate.True, BlockPredicate.Unobstructed, BlockPredicate.WouldSurviveNested classes/interfaces inherited from interface Wrapper
Wrapper.Context<C> -
Field Summary
Fields inherited from interface BlockPredicate
WIRE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface BlockPredicate
toMinecraft
-
Constructor Details
-
True
public True()Creates an instance of aTruerecord class.
-
-
Method Details
-
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.
-