diff --git a/mappings/net/minecraft/block/AbstractBlock.mapping b/mappings/net/minecraft/block/AbstractBlock.mapping index aa179285f9..f752b49b2e 100644 --- a/mappings/net/minecraft/block/AbstractBlock.mapping +++ b/mappings/net/minecraft/block/AbstractBlock.mapping @@ -220,17 +220,53 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock COMMENT
  • Called before {@link #getDroppedStacks getDroppedStacks} in this case.
  • COMMENT 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 (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; diff --git a/mappings/net/minecraft/block/entity/SculkShriekerWarningManager.mapping b/mappings/net/minecraft/block/entity/SculkShriekerWarningManager.mapping index a018305159..95c7fe944e 100644 --- a/mappings/net/minecraft/block/entity/SculkShriekerWarningManager.mapping +++ b/mappings/net/minecraft/block/entity/SculkShriekerWarningManager.mapping @@ -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 diff --git a/mappings/net/minecraft/item/BrushItem.mapping b/mappings/net/minecraft/item/BrushItem.mapping index b20e975845..608e177343 100644 --- a/mappings/net/minecraft/item/BrushItem.mapping +++ b/mappings/net/minecraft/item/BrushItem.mapping @@ -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 diff --git a/mappings/net/minecraft/item/CrossbowItem.mapping b/mappings/net/minecraft/item/CrossbowItem.mapping index cc7ff5a380..389b1c6811 100644 --- a/mappings/net/minecraft/item/CrossbowItem.mapping +++ b/mappings/net/minecraft/item/CrossbowItem.mapping @@ -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 diff --git a/mappings/net/minecraft/item/SpyglassItem.mapping b/mappings/net/minecraft/item/SpyglassItem.mapping index 2f13570ff1..9cd6dce039 100644 --- a/mappings/net/minecraft/item/SpyglassItem.mapping +++ b/mappings/net/minecraft/item/SpyglassItem.mapping @@ -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 diff --git a/mappings/net/minecraft/item/map/MapState.mapping b/mappings/net/minecraft/item/map/MapState.mapping index 4b700adc0a..8506c851ad 100644 --- a/mappings/net/minecraft/item/map/MapState.mapping +++ b/mappings/net/minecraft/item/map/MapState.mapping @@ -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 (IIBZZZLnet/minecraft/class_5321;)V