We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If so, can simplify the StructureGrowEvent listener to use the BlockState from the blocks List instead of BlockState.getBlock().getBlockState()
StructureGrowEvent
BlockState
List
BlockState.getBlock().getBlockState()
The text was updated successfully, but these errors were encountered:
List<BlockState> is currently empty: https://github.com/Bukkit/CraftBukkit/blob/master/src/main/java/net/minecraft/server/BlockSapling.java https://github.com/Bukkit/CraftBukkit/blob/master/src/main/java/net/minecraft/server/BlockMushroom.java
List<BlockState>
Sorry, something went wrong.
No branches or pull requests
If so, can simplify the
StructureGrowEvent
listener to use theBlockState
from the blocksList
instead ofBlockState.getBlock().getBlockState()
The text was updated successfully, but these errors were encountered: