Interface KubeIcon
- All Known Implementing Classes:
AtlasSpriteKubeIcon,ItemKubeIcon,TextureKubeIcon
public interface KubeIcon
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<KubeIcon> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, Optional<KubeIcon>> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, KubeIcon> -
Method Summary
-
Field Details
-
CODEC
-
STREAM_CODEC
static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,KubeIcon> STREAM_CODEC -
OPTIONAL_STREAM_CODEC
-
-
Method Details
-
getType
KubeIconType<?> getType()
-