Package net.minecraft.world.chunk
Class GenerationDependencies
java.lang.Object
net.minecraft.world.chunk.GenerationDependencies
- Mappings:
- Namespace - Name - named - net/minecraft/world/chunk/GenerationDependencies- intermediary - net/minecraft/class_9767- official - dzs
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionget(int index) intgetAdditionalLevel(ChunkStatus status) intintsize()toString()
- 
Field Details- 
dependencies- Mappings:
- Namespace - Name - Mixin selector - named - dependencies- Lnet/minecraft/world/chunk/GenerationDependencies;dependencies:Lcom/google/common/collect/ImmutableList;- intermediary - field_51898- Lnet/minecraft/class_9767;field_51898:Lcom/google/common/collect/ImmutableList;- official - a- Ldzs;a:Lcom/google/common/collect/ImmutableList;
 
- 
additionalLevelsByStatusprivate final int[] additionalLevelsByStatus- Mappings:
- Namespace - Name - Mixin selector - named - additionalLevelsByStatus- Lnet/minecraft/world/chunk/GenerationDependencies;additionalLevelsByStatus:[I- intermediary - field_51899- Lnet/minecraft/class_9767;field_51899:[I- official - b- Ldzs;b:[I
 
 
- 
- 
Constructor Details- 
GenerationDependencies- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/chunk/GenerationDependencies;<init>(Lcom/google/common/collect/ImmutableList;)V- intermediary - <init>- Lnet/minecraft/class_9767;<init>(Lcom/google/common/collect/ImmutableList;)V- official - <init>- Ldzs;<init>(Lcom/google/common/collect/ImmutableList;)V
 
 
- 
- 
Method Details- 
getDependencies- Mappings:
- Namespace - Name - Mixin selector - named - getDependencies- Lnet/minecraft/world/chunk/GenerationDependencies;getDependencies()Lcom/google/common/collect/ImmutableList;- intermediary - method_60513- Lnet/minecraft/class_9767;method_60513()Lcom/google/common/collect/ImmutableList;- official - a- Ldzs;a()Lcom/google/common/collect/ImmutableList;
 
- 
sizepublic int size()- Mappings:
- Namespace - Name - Mixin selector - named - size- Lnet/minecraft/world/chunk/GenerationDependencies;size()I- intermediary - method_60516- Lnet/minecraft/class_9767;method_60516()I- official - b- Ldzs;b()I
 
- 
getAdditionalLevel- Mappings:
- Namespace - Name - Mixin selector - named - getAdditionalLevel- Lnet/minecraft/world/chunk/GenerationDependencies;getAdditionalLevel(Lnet/minecraft/world/chunk/ChunkStatus;)I- intermediary - method_60515- Lnet/minecraft/class_9767;method_60515(Lnet/minecraft/class_2806;)I- official - a- Ldzs;a(Ldzu;)I
 
- 
getMaxLevelpublic int getMaxLevel()- Mappings:
- Namespace - Name - Mixin selector - named - getMaxLevel- Lnet/minecraft/world/chunk/GenerationDependencies;getMaxLevel()I- intermediary - method_60517- Lnet/minecraft/class_9767;method_60517()I- official - c- Ldzs;c()I
 
- 
get- Mappings:
- Namespace - Name - Mixin selector - named - get- Lnet/minecraft/world/chunk/GenerationDependencies;get(I)Lnet/minecraft/world/chunk/ChunkStatus;- intermediary - method_60514- Lnet/minecraft/class_9767;method_60514(I)Lnet/minecraft/class_2806;- official - a- Ldzs;a(I)Ldzu;
 
- 
toString
 
-