Rename the BlockStateProvider#getBlockState method to get (#3373)

This commit is contained in:
haykam821 2022-11-01 06:03:49 -04:00 committed by GitHub
parent 4713c45eb5
commit 0c4ab50914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CLASS net/minecraft/class_4651 net/minecraft/world/gen/stateprovider/BlockStateProvider
COMMENT A provider for {@linkplain BlockState block states}. Results may be random or based on a block position.
FIELD field_24937 TYPE_CODEC Lcom/mojang/serialization/Codec;
METHOD method_23455 getBlockState (Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
METHOD method_23455 get (Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
COMMENT {@return a provided block state}
ARG 1 random
ARG 2 pos