Merge branch '24w07a' into 24w07a-minor-stuff

This commit is contained in:
Shnupbups 2024-02-22 18:47:46 +11:00 committed by GitHub
commit d19d0f4c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 43 additions and 1 deletions

View File

@ -220,17 +220,53 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock
COMMENT <li>Called before {@link #getDroppedStacks getDroppedStacks} in this case.</li>
COMMENT </ol>
FIELD field_23154 dynamicBounds Z
COMMENT Whether this block's collision shape can change.
COMMENT
COMMENT @see #hasDynamicBounds
FIELD field_23155 settings Lnet/minecraft/class_4970$class_2251;
COMMENT The {@link AbstractBlock.Settings} to apply to this block.
FIELD field_23156 lootTableId Lnet/minecraft/class_2960;
COMMENT The {@link net.minecraft.util.Identifier} of the loot table that determines what this block drops.
COMMENT
COMMENT @see #getLootTableId
COMMENT @see #getDroppedStacks
FIELD field_23157 DIRECTIONS [Lnet/minecraft/class_2350;
FIELD field_23159 collidable Z
COMMENT Whether this block can be walked on or through.
COMMENT
COMMENT @see #getCollisionShape
FIELD field_23160 resistance F
COMMENT The blast resistance of the block.
COMMENT
COMMENT @see Block#getBlastResistance
FIELD field_23161 randomTicks Z
COMMENT Whether this block should tick when randomly selected when ticking the world. An example of this ticking is crop growth.
COMMENT
COMMENT @see Block#hasRandomTicks
COMMENT @see net.minecraft.server.world.ServerWorld#tickChunk
FIELD field_23162 soundGroup Lnet/minecraft/class_2498;
COMMENT The collection of sounds played when breaking, stepping on, placing, hitting (with a projectile), or falling on this block.
COMMENT
COMMENT @see #getSoundGroup
FIELD field_23163 slipperiness F
COMMENT A speed reduction applied to a {@link net.minecraft.entity.LivingEntity} that tries to move across this block.
COMMENT
COMMENT @see Block#getSlipperiness
COMMENT @see net.minecraft.entity.LivingEntity#travel
FIELD field_23164 velocityMultiplier F
COMMENT The multiplier applied to the velocity of an {@link net.minecraft.entity.Entity} when it walks on this block.
COMMENT
COMMENT @see Block#getVelocityMultiplier
COMMENT @see net.minecraft.entity.Entity#getVelocityMultiplier
FIELD field_23165 jumpVelocityMultiplier F
COMMENT The multiplier applied to the velocity of a {@link net.minecraft.entity.LivingEntity} when it jumps off this block.
COMMENT
COMMENT @see Block#getJumpVelocityMultiplier
COMMENT @see net.minecraft.entity.Entity#getJumpVelocityMultiplier
FIELD field_40337 requiredFeatures Lnet/minecraft/class_7699;
COMMENT The set of {@link net.minecraft.resource.featuretoggle.FeatureFlag FeatureFlags} that are required for this block to work correctly.
COMMENT
COMMENT @see net.minecraft.resource.featuretoggle.FeatureFlags
METHOD <init> (Lnet/minecraft/class_4970$class_2251;)V
ARG 1 settings
METHOD method_17454 createScreenHandlerFactory (Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_3908;

View File

@ -26,7 +26,7 @@ CLASS net/minecraft/class_7262 net/minecraft/block/entity/SculkShriekerWarningMa
METHOD method_42255 (Lnet/minecraft/class_243;Lnet/minecraft/class_3222;)Z
ARG 1 player
METHOD method_42258 reset ()V
METHOD method_42259 canIncreaseWarningLevel (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Z
METHOD method_42259 isWardenNearby (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Z
ARG 0 world
ARG 1 pos
METHOD method_42261 increaseWarningLevel ()V

View File

@ -1,5 +1,6 @@
CLASS net/minecraft/class_8162 net/minecraft/item/BrushItem
FIELD field_42683 MAX_BRUSH_TIME I
FIELD field_43390 ANIMATION_DURATION I
METHOD method_49184 addDustParticles (Lnet/minecraft/class_1937;Lnet/minecraft/class_3965;Lnet/minecraft/class_2680;Lnet/minecraft/class_243;Lnet/minecraft/class_1306;)V
ARG 1 world
ARG 2 hitResult

View File

@ -3,6 +3,8 @@ CLASS net/minecraft/class_1764 net/minecraft/item/CrossbowItem
FIELD field_30864 CHARGED_KEY Ljava/lang/String;
FIELD field_30865 CHARGED_PROJECTILES_KEY Ljava/lang/String;
FIELD field_30866 DEFAULT_PULL_TIME I
FIELD field_30867 CHARGE_PROGRESS F
FIELD field_30868 LOAD_PROGRESS F
FIELD field_30869 DEFAULT_SPEED F
FIELD field_30870 FIREWORK_ROCKET_SPEED F
FIELD field_7936 loaded Z

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_5538 net/minecraft/item/SpyglassItem
FIELD field_30921 MAX_USE_TIME I
FIELD field_30922 FOV_MULTIPLIER F
METHOD method_31582 playStopUsingSound (Lnet/minecraft/class_1309;)V
ARG 1 user

View File

@ -23,6 +23,8 @@ CLASS net/minecraft/class_22 net/minecraft/item/map/MapState
FIELD field_17403 locked Z
FIELD field_25019 LOGGER Lorg/slf4j/Logger;
FIELD field_31831 MAX_SCALE I
FIELD field_31832 SIZE I
FIELD field_31833 SIZE_HALF I
FIELD field_33991 MAX_ICONS I
FIELD field_33992 iconCount I
METHOD <init> (IIBZZZLnet/minecraft/class_5321;)V