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