You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-data/paper.at
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -558,6 +558,10 @@ public net.minecraft.world.level.block.entity.ConduitBlockEntity effectBlocks
558
558
public net.minecraft.world.level.block.entity.ConduitBlockEntity getDestroyRangeAABB(Lnet/minecraft/core/BlockPos;)Lnet/minecraft/world/phys/AABB;
559
559
public net.minecraft.world.level.block.entity.ConduitBlockEntity updateDestroyTarget(Lnet/minecraft/world/entity/EntityReference;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;Z)Lnet/minecraft/world/entity/EntityReference;
560
560
public net.minecraft.world.level.block.entity.CrafterBlockEntity craftingTicksRemaining
561
+
public net.minecraft.world.level.block.entity.CreakingHeartBlockEntity clearCreakingInfo()V
562
+
public net.minecraft.world.level.block.entity.CreakingHeartBlockEntity getCreakingProtector()Ljava/util/Optional;
563
+
public net.minecraft.world.level.block.entity.CreakingHeartBlockEntity spawnProtector(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/block/entity/CreakingHeartBlockEntity;)Lnet/minecraft/world/entity/monster/creaking/Creaking;
564
+
public net.minecraft.world.level.block.entity.CreakingHeartBlockEntity spreadResin(Lnet/minecraft/server/level/ServerLevel;)Ljava/util/Optional;
561
565
public net.minecraft.world.level.block.entity.DecoratedPotBlockEntity decorations
562
566
public net.minecraft.world.level.block.entity.EnderChestBlockEntity openersCounter
563
567
public net.minecraft.world.level.block.entity.HopperBlockEntity cooldownTime
Preconditions.checkArgument(this.getLocation().getWorld().equals(creaking.getLocation().getWorld()), "the location of the creaking must be in the same world as this CreakingHeart");
0 commit comments