Package net.minecraft.world
Class FeatureUpdater
java.lang.Object
net.minecraft.world.FeatureUpdater
- Mappings:
Namespace Name official daw
intermediary net/minecraft/class_3360
named net/minecraft/world/FeatureUpdater
-
Field Summary
Modifier and TypeFieldDescriptionprivate Map<String,Long2ObjectMap<NbtCompound>>
private boolean
private Map<String,ChunkUpdateState>
-
Constructor Summary
ConstructorDescriptionFeatureUpdater(@Nullable PersistentStateManager persistentStateManager, List<String> list, List<String> list2)
-
Method Summary
Modifier and TypeMethodDescriptionstatic FeatureUpdater
create(RegistryKey<World> world, @Nullable PersistentStateManager persistentStateManager)
private NbtCompound
getUpdatedStarts(NbtCompound nbt, ChunkPos pos)
private void
init(@Nullable PersistentStateManager persistentStateManager)
void
markResolved(long long2)
private boolean
needsUpdate(int chunkX, int chunkZ)
private boolean
needsUpdate(int chunkX, int chunkZ, String id)
-
Field Details
-
OLD_TO_NEW
- Mappings:
Namespace Name Mixin selector official a
Ldaw;a:Ljava/util/Map;
intermediary field_14435
Lnet/minecraft/class_3360;field_14435:Ljava/util/Map;
named OLD_TO_NEW
Lnet/minecraft/world/FeatureUpdater;OLD_TO_NEW:Ljava/util/Map;
-
ANCIENT_TO_OLD
- Mappings:
Namespace Name Mixin selector official b
Ldaw;b:Ljava/util/Map;
intermediary field_14436
Lnet/minecraft/class_3360;field_14436:Ljava/util/Map;
named ANCIENT_TO_OLD
Lnet/minecraft/world/FeatureUpdater;ANCIENT_TO_OLD:Ljava/util/Map;
-
needsUpdate
private final boolean needsUpdate- Mappings:
Namespace Name Mixin selector official c
Ldaw;c:Z
intermediary field_14434
Lnet/minecraft/class_3360;field_14434:Z
named needsUpdate
Lnet/minecraft/world/FeatureUpdater;needsUpdate:Z
-
featureIdToChunkNbt
- Mappings:
Namespace Name Mixin selector official d
Ldaw;d:Ljava/util/Map;
intermediary field_14432
Lnet/minecraft/class_3360;field_14432:Ljava/util/Map;
named featureIdToChunkNbt
Lnet/minecraft/world/FeatureUpdater;featureIdToChunkNbt:Ljava/util/Map;
-
updateStates
- Mappings:
Namespace Name Mixin selector official e
Ldaw;e:Ljava/util/Map;
intermediary field_14433
Lnet/minecraft/class_3360;field_14433:Ljava/util/Map;
named updateStates
Lnet/minecraft/world/FeatureUpdater;updateStates:Ljava/util/Map;
-
field_17658
- Mappings:
Namespace Name Mixin selector official f
Ldaw;f:Ljava/util/List;
intermediary field_17658
Lnet/minecraft/class_3360;field_17658:Ljava/util/List;
named field_17658
Lnet/minecraft/world/FeatureUpdater;field_17658:Ljava/util/List;
-
field_17659
- Mappings:
Namespace Name Mixin selector official g
Ldaw;g:Ljava/util/List;
intermediary field_17659
Lnet/minecraft/class_3360;field_17659:Ljava/util/List;
named field_17659
Lnet/minecraft/world/FeatureUpdater;field_17659:Ljava/util/List;
-
-
Constructor Details
-
FeatureUpdater
-
-
Method Details
-
markResolved
public void markResolved(long long2)- Mappings:
Namespace Name Mixin selector official a
Ldaw;a(J)V
intermediary method_14744
Lnet/minecraft/class_3360;method_14744(J)V
named markResolved
Lnet/minecraft/world/FeatureUpdater;markResolved(J)V
-
getUpdatedReferences
- Mappings:
Namespace Name Mixin selector official a
Ldaw;a(Lna;)Lna;
intermediary method_14735
Lnet/minecraft/class_3360;method_14735(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
named getUpdatedReferences
Lnet/minecraft/world/FeatureUpdater;getUpdatedReferences(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
-
needsUpdate
- Mappings:
Namespace Name Mixin selector official a
Ldaw;a(IILjava/lang/String;)Z
intermediary method_14738
Lnet/minecraft/class_3360;method_14738(IILjava/lang/String;)Z
named needsUpdate
Lnet/minecraft/world/FeatureUpdater;needsUpdate(IILjava/lang/String;)Z
-
needsUpdate
private boolean needsUpdate(int chunkX, int chunkZ)- Mappings:
Namespace Name Mixin selector official a
Ldaw;a(II)Z
intermediary method_14737
Lnet/minecraft/class_3360;method_14737(II)Z
named needsUpdate
Lnet/minecraft/world/FeatureUpdater;needsUpdate(II)Z
-
getUpdatedStarts
- Mappings:
Namespace Name Mixin selector official a
Ldaw;a(Lna;Lbvu;)Lna;
intermediary method_14741
Lnet/minecraft/class_3360;method_14741(Lnet/minecraft/class_2487;Lnet/minecraft/class_1923;)Lnet/minecraft/class_2487;
named getUpdatedStarts
Lnet/minecraft/world/FeatureUpdater;getUpdatedStarts(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/nbt/NbtCompound;
-
init
- Mappings:
Namespace Name Mixin selector official a
Ldaw;a(Ldhx;)V
intermediary method_14734
Lnet/minecraft/class_3360;method_14734(Lnet/minecraft/class_26;)V
named init
Lnet/minecraft/world/FeatureUpdater;init(Lnet/minecraft/world/PersistentStateManager;)V
-
create
public static FeatureUpdater create(RegistryKey<World> world, @Nullable @Nullable PersistentStateManager persistentStateManager)- Mappings:
Namespace Name Mixin selector official a
Ldaw;a(Lwv;Ldhx;)Ldaw;
intermediary method_14745
Lnet/minecraft/class_3360;method_14745(Lnet/minecraft/class_5321;Lnet/minecraft/class_26;)Lnet/minecraft/class_3360;
named create
Lnet/minecraft/world/FeatureUpdater;create(Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/world/PersistentStateManager;)Lnet/minecraft/world/FeatureUpdater;
-