mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-26 09:54:49 +00:00
Merge branch 'master' into mc-1.14.x
This commit is contained in:
@@ -30,7 +30,7 @@ public final class WaterloggableHelpers
|
||||
}
|
||||
|
||||
/**
|
||||
* Call from {@link net.minecraft.block.Block#getFluidState(BlockState)}
|
||||
* Call from {@link net.minecraft.block.Block#getFluidState(BlockState)}.
|
||||
*
|
||||
* @param state The current state
|
||||
* @return This waterlogged block's current fluid
|
||||
@@ -41,7 +41,7 @@ public final class WaterloggableHelpers
|
||||
}
|
||||
|
||||
/**
|
||||
* Call from {@link net.minecraft.block.Block#updatePostPlacement(BlockState, Direction, BlockState, IWorld, BlockPos, BlockPos)}
|
||||
* Call from {@link net.minecraft.block.Block#updatePostPlacement(BlockState, Direction, BlockState, IWorld, BlockPos, BlockPos)}.
|
||||
*
|
||||
* @param state The current state
|
||||
* @param world The position of this block
|
||||
|
||||
Reference in New Issue
Block a user