Class EmptyIngredient
java.lang.Object
org.moddingx.libx.crafting.ingredient.EmptyIngredient
- All Implemented Interfaces:
net.neoforged.neoforge.common.crafting.ICustomIngredient
public class EmptyIngredient
extends Object
implements net.neoforged.neoforge.common.crafting.ICustomIngredient
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<EmptyIngredient> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, EmptyIngredient> static final net.neoforged.neoforge.common.crafting.IngredientType<EmptyIngredient> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.neoforge.common.crafting.ICustomIngredient
display, toVanilla
-
Field Details
-
CODEC
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, EmptyIngredient> STREAM_CODEC -
TYPE
-
-
Constructor Details
-
EmptyIngredient
public EmptyIngredient()
-
-
Method Details
-
test
- Specified by:
testin interfacenet.neoforged.neoforge.common.crafting.ICustomIngredient
-
items
-
isSimple
public boolean isSimple()- Specified by:
isSimplein interfacenet.neoforged.neoforge.common.crafting.ICustomIngredient
-
getType
- Specified by:
getTypein interfacenet.neoforged.neoforge.common.crafting.ICustomIngredient
-
hashCode
-
equals
-