public static class BlockState.BlockStateFunction extends java.lang.Object implements com.google.common.base.Function<BlockPos,BlockState>
| Modifier and Type | Field and Description |
|---|---|
java.lang.ref.WeakReference<net.minecraft.world.IBlockAccess> |
world |
| Constructor and Description |
|---|
BlockState.BlockStateFunction() |
| Modifier and Type | Method and Description |
|---|---|
BlockState |
apply(BlockPos pos) |
BlockState.BlockStateFunction |
set(net.minecraft.world.IBlockAccess world) |
public BlockState.BlockStateFunction set(net.minecraft.world.IBlockAccess world)
public BlockState apply(BlockPos pos)
apply in interface com.google.common.base.Function<BlockPos,BlockState>