Interface CatnipStreamCodecs
public interface CatnipStreamCodecs
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.core.Direction.Axis> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.phys.BlockHitResult> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.level.block.state.BlockState> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, Character> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.nbt.Tag> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.FriendlyByteBuf, net.minecraft.nbt.ListTag> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, net.minecraft.world.level.material.Fluid> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.InteractionHand> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, net.minecraft.core.Holder<net.minecraft.world.level.material.Fluid>> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.level.block.Mirror> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.core.BlockPos> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.level.block.Rotation> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.phys.Vec3> static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.core.Vec3i>
-
Field Details
-
CHAR
-
VEC3
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.world.phys.Vec3> VEC3 -
VEC3I
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.core.Vec3i> VEC3I -
COMPOUND_LIST_TAG
static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.FriendlyByteBuf,net.minecraft.nbt.ListTag> COMPOUND_LIST_TAG -
HOLDER_FLUID
static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,net.minecraft.core.Holder<net.minecraft.world.level.material.Fluid>> HOLDER_FLUID -
FLUID
static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,net.minecraft.world.level.material.Fluid> FLUID -
COMPOUND_AS_TAG
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.nbt.Tag> COMPOUND_AS_TAG -
BLOCK_STATE
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.world.level.block.state.BlockState> BLOCK_STATE -
NULLABLE_BLOCK_POS
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.core.BlockPos> NULLABLE_BLOCK_POS -
AXIS
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.core.Direction.Axis> AXIS -
ROTATION
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.world.level.block.Rotation> ROTATION -
MIRROR
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.world.level.block.Mirror> MIRROR -
HAND
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.world.InteractionHand> HAND -
BLOCK_HIT_RESULT
static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,net.minecraft.world.phys.BlockHitResult> BLOCK_HIT_RESULT
-