Class MultiBlockSelector.SelectionEntry
java.lang.Object
org.cloudburstmc.server.level.generator.standard.misc.selector.MultiBlockSelector.SelectionEntry
- All Implemented Interfaces:
BlockSelector.Entry
- Enclosing class:
- MultiBlockSelector
public static final class MultiBlockSelector.SelectionEntry
extends Object
implements BlockSelector.Entry
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionEntry(@NonNull org.cloudburstmc.api.block.BlockState state, int weight)SelectionEntry(@NonNull BlockSelector.Entry entry) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.server.level.generator.standard.misc.selector.BlockSelector.Entry
state, weight
-
Constructor Details
-
SelectionEntry
public SelectionEntry(@NonNull @NonNull org.cloudburstmc.api.block.BlockState state, int weight) -
SelectionEntry
-