moved a couple classes (#3032)

`TextureMap` moved to `data/client`  - `data/client/model` package is no longer used, but `TextureMap` was still in it accidentally due to being renamed by another PR
`NoiseHelper` moved to `world/gen/noise` - makes sense to be with other noise related classes
This commit is contained in:
Shnupbups 2022-02-25 19:52:19 +11:00 committed by GitHub
parent 1e2be4f32a
commit 7dfbb2f61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4944 net/minecraft/data/client/model/TextureMap
CLASS net/minecraft/class_4944 net/minecraft/data/client/TextureMap
FIELD field_22997 entries Ljava/util/Map;
FIELD field_22998 inherited Ljava/util/Set;
METHOD method_25860 getId (Lnet/minecraft/class_2248;)Lnet/minecraft/class_2960;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_5836 net/minecraft/world/gen/NoiseHelper
CLASS net/minecraft/class_5836 net/minecraft/world/gen/noise/NoiseHelper
METHOD method_39119 appendDebugInfo (Ljava/lang/StringBuilder;DDD[B)V
ARG 0 builder
ARG 1 originX