Class GlobalResearch
java.lang.Object
com.portingdeadmods.researchd.api.research.GlobalResearch
Research Wrapper holding the parent-child relationship between itself and other researchPacks
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GlobalResearch> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, GlobalResearch> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetResearch(net.minecraft.world.level.Level level) net.minecraft.resources.ResourceKey<Research> inthashCode()booleanvoidlock()toString()
-
Field Details
-
CODEC
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,GlobalResearch> STREAM_CODEC
-
-
Constructor Details
-
GlobalResearch
-
-
Method Details