Rename `AbstractBlock.Settings.of()` to `AbstractBlock.Settings.create()` (#3573)

This commit is contained in:
modmuss50 2023-05-11 08:27:44 +01:00 committed by GitHub
parent 5a38e2b0e2
commit 8cf6931518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -991,7 +991,7 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock
COMMENT Specifies that a block should have no collision bounds.
COMMENT
COMMENT <p>This also marks a block as non-opaque.
METHOD method_9637 of ()Lnet/minecraft/class_4970$class_2251;
METHOD method_9637 create ()Lnet/minecraft/class_4970$class_2251;
METHOD method_9640 ticksRandomly ()Lnet/minecraft/class_4970$class_2251;
CLASS class_4971 AbstractBlockState
FIELD field_23166 shapeCache Lnet/minecraft/class_4970$class_4971$class_3752;