Class LodestoneBlockFiller
java.lang.Object
java.util.AbstractCollection<LodestoneBlockFiller.LodestoneBlockFillerLayer>
java.util.AbstractList<LodestoneBlockFiller.LodestoneBlockFillerLayer>
java.util.ArrayList<LodestoneBlockFiller.LodestoneBlockFillerLayer>
team.lodestar.lodestone.systems.worldgen.LodestoneBlockFiller
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<LodestoneBlockFiller.LodestoneBlockFillerLayer>,Collection<LodestoneBlockFiller.LodestoneBlockFillerLayer>,List<LodestoneBlockFiller.LodestoneBlockFillerLayer>,RandomAccess,SequencedCollection<LodestoneBlockFiller.LodestoneBlockFillerLayer>
@Deprecated(forRemoval=true,
since="1.7.2")
public class LodestoneBlockFiller
extends ArrayList<LodestoneBlockFiller.LodestoneBlockFillerLayer>
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LodestoneBlockFiller.LodestoneLayerTokenDeprecated, for removal: This API element is subject to removal in a future version.protected final LodestoneBlockFiller.LodestoneBlockFillerLayerDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.create(net.minecraft.world.level.block.state.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.fill(net.minecraft.world.level.LevelAccessor level) Deprecated, for removal: This API element is subject to removal in a future version.getLayer(@NotNull LodestoneBlockFiller.LodestoneLayerToken layerToken) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected voidmergeLayers(LodestoneBlockFiller.LodestoneBlockFillerLayer toLayer, LodestoneBlockFiller.LodestoneBlockFillerLayer fromLayer) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Field Details
-
MAIN
Deprecated, for removal: This API element is subject to removal in a future version. -
mainLayer
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
LodestoneBlockFiller
public LodestoneBlockFiller()Deprecated, for removal: This API element is subject to removal in a future version. -
LodestoneBlockFiller
Deprecated, for removal: This API element is subject to removal in a future version. -
LodestoneBlockFiller
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addLayers
Deprecated, for removal: This API element is subject to removal in a future version. -
addLayers
Deprecated, for removal: This API element is subject to removal in a future version. -
getLayer
public LodestoneBlockFiller.LodestoneBlockFillerLayer getLayer(@NotNull @NotNull LodestoneBlockFiller.LodestoneLayerToken layerToken) Deprecated, for removal: This API element is subject to removal in a future version. -
getMainLayer
Deprecated, for removal: This API element is subject to removal in a future version. -
fill
public LodestoneBlockFiller.LodestoneBlockFillerLayer fill(net.minecraft.world.level.LevelAccessor level) Deprecated, for removal: This API element is subject to removal in a future version. -
mergeLayers
protected void mergeLayers(LodestoneBlockFiller.LodestoneBlockFillerLayer toLayer, LodestoneBlockFiller.LodestoneBlockFillerLayer fromLayer) Deprecated, for removal: This API element is subject to removal in a future version. -
create
public static LodestoneBlockFiller.BlockStateEntryBuilder create(net.minecraft.world.level.block.state.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.
-
LodestoneWorldgenBuildersystem instead.