Interface MCStreamCodecs


public interface MCStreamCodecs
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.phys.AABB>
     
    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, net.minecraft.nbt.CompoundTag>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.util.EasingType>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.level.material.FluidState>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.server.players.NameAndId>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.util.Util.OS>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.core.SectionPos>
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, it.unimi.dsi.fastutil.objects.Reference2IntMap<net.minecraft.world.level.block.state.BlockState>>
     
    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.world.phys.Vec3>
     
  • Field Details

    • PLATFORM

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.util.Util.OS> PLATFORM
    • VEC3

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.phys.Vec3> VEC3
    • VEC3S

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.phys.Vec3> VEC3S
    • AABB

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.phys.AABB> AABB
    • SECTION_POS

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.core.SectionPos> SECTION_POS
    • COMPOUND_TAG

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.nbt.CompoundTag> COMPOUND_TAG
    • BLOCK_STATE

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.level.block.state.BlockState> BLOCK_STATE
    • FLUID_STATE

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.world.level.material.FluidState> FLUID_STATE
    • DIMENSION

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>> DIMENSION
    • NAME_AND_ID

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.server.players.NameAndId> NAME_AND_ID
    • EASING_TYPE

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, net.minecraft.util.EasingType> EASING_TYPE
    • STATE_TO_INT_MAP

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, it.unimi.dsi.fastutil.objects.Reference2IntMap<net.minecraft.world.level.block.state.BlockState>> STATE_TO_INT_MAP