Package petrolpark.mc.library.util
Class BlockFace
java.lang.Object
petrolpark.mc.library.util.Pair<net.minecraft.core.BlockPos,net.minecraft.core.Direction>
petrolpark.mc.library.util.BlockFace
@Deprecated
public class BlockFace
extends Pair<net.minecraft.core.BlockPos,net.minecraft.core.Direction>
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, BlockFace> Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionBlockFace(net.minecraft.core.BlockPos first, net.minecraft.core.Direction second) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3Deprecated.net.minecraft.core.BlockPosDeprecated.net.minecraft.core.DirectiongetFace()Deprecated.Deprecated.net.minecraft.core.BlockPosgetPos()Deprecated.static BlockFaceof(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face) Deprecated.
-
Field Details
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,BlockFace> STREAM_CODECDeprecated.
-
-
Constructor Details
-
BlockFace
public BlockFace(net.minecraft.core.BlockPos first, net.minecraft.core.Direction second) Deprecated.
-
-
Method Details
-
of
Deprecated. -
getPos
public net.minecraft.core.BlockPos getPos()Deprecated. -
getFace
public net.minecraft.core.Direction getFace()Deprecated. -
getConnectedPos
public net.minecraft.core.BlockPos getConnectedPos()Deprecated. -
getOpposite
Deprecated. -
getCenter
public net.minecraft.world.phys.Vec3 getCenter()Deprecated.
-
BlockFaceinstead.