Package net.minecraft.world.chunk
Class GenerationDependencies
java.lang.Object
net.minecraft.world.chunk.GenerationDependencies
- Mappings:
 Namespace Name named net/minecraft/world/chunk/GenerationDependenciesintermediary net/minecraft/class_9767official dvx
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionget(int index) intgetAdditionalLevel(ChunkStatus status) intintsize()toString() 
- 
Field Details
- 
dependencies
- Mappings:
 Namespace Name Mixin selector named dependenciesLnet/minecraft/world/chunk/GenerationDependencies;dependencies:Lcom/google/common/collect/ImmutableList;intermediary field_51898Lnet/minecraft/class_9767;field_51898:Lcom/google/common/collect/ImmutableList;official aLdvx;a:Lcom/google/common/collect/ImmutableList;
 - 
additionalLevelsByStatus
private final int[] additionalLevelsByStatus- Mappings:
 Namespace Name Mixin selector named additionalLevelsByStatusLnet/minecraft/world/chunk/GenerationDependencies;additionalLevelsByStatus:[Iintermediary field_51899Lnet/minecraft/class_9767;field_51899:[Iofficial bLdvx;b:[I
 
 - 
 - 
Constructor Details
- 
GenerationDependencies
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/world/chunk/GenerationDependencies;<init>(Lcom/google/common/collect/ImmutableList;)Vintermediary <init>Lnet/minecraft/class_9767;<init>(Lcom/google/common/collect/ImmutableList;)Vofficial <init>Ldvx;<init>(Lcom/google/common/collect/ImmutableList;)V
 
 - 
 - 
Method Details
- 
getDependencies
- Mappings:
 Namespace Name Mixin selector named getDependenciesLnet/minecraft/world/chunk/GenerationDependencies;getDependencies()Lcom/google/common/collect/ImmutableList;intermediary method_60513Lnet/minecraft/class_9767;method_60513()Lcom/google/common/collect/ImmutableList;official aLdvx;a()Lcom/google/common/collect/ImmutableList;
 - 
size
public int size()- Mappings:
 Namespace Name Mixin selector named sizeLnet/minecraft/world/chunk/GenerationDependencies;size()Iintermediary method_60516Lnet/minecraft/class_9767;method_60516()Iofficial bLdvx;b()I
 - 
getAdditionalLevel
- Mappings:
 Namespace Name Mixin selector named getAdditionalLevelLnet/minecraft/world/chunk/GenerationDependencies;getAdditionalLevel(Lnet/minecraft/world/chunk/ChunkStatus;)Iintermediary method_60515Lnet/minecraft/class_9767;method_60515(Lnet/minecraft/class_2806;)Iofficial aLdvx;a(Ldvz;)I
 - 
getMaxLevel
public int getMaxLevel()- Mappings:
 Namespace Name Mixin selector named getMaxLevelLnet/minecraft/world/chunk/GenerationDependencies;getMaxLevel()Iintermediary method_60517Lnet/minecraft/class_9767;method_60517()Iofficial cLdvx;c()I
 - 
get
- Mappings:
 Namespace Name Mixin selector named getLnet/minecraft/world/chunk/GenerationDependencies;get(I)Lnet/minecraft/world/chunk/ChunkStatus;intermediary method_60514Lnet/minecraft/class_9767;method_60514(I)Lnet/minecraft/class_2806;official aLdvx;a(I)Ldvz;
 - 
toString
 
 -