Class RespawnItem
java.lang.Object
com.blamejared.initialinventory.items.RespawnItem
- Direct Known Subclasses:
StartingItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BiFunction<com.blamejared.crafttweaker.api.item.IItemStack, net.minecraft.world.entity.player.Player, Integer> protected final BiFunction<com.blamejared.crafttweaker.api.item.IItemStack, net.minecraft.world.entity.player.Player, com.blamejared.crafttweaker.api.item.IItemStack> protected final com.blamejared.crafttweaker.api.item.IItemStack -
Constructor Summary
ConstructorsConstructorDescriptionRespawnItem(com.blamejared.crafttweaker.api.item.IItemStack stack, BiFunction<com.blamejared.crafttweaker.api.item.IItemStack, net.minecraft.world.entity.player.Player, Integer> index, BiFunction<com.blamejared.crafttweaker.api.item.IItemStack, net.minecraft.world.entity.player.Player, com.blamejared.crafttweaker.api.item.IItemStack> onGiven) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()BiFunction<com.blamejared.crafttweaker.api.item.IItemStack, net.minecraft.world.entity.player.Player, Integer> index()BiFunction<com.blamejared.crafttweaker.api.item.IItemStack, net.minecraft.world.entity.player.Player, com.blamejared.crafttweaker.api.item.IItemStack> onGiven()com.blamejared.crafttweaker.api.item.IItemStackstack()toString()
-
Field Details
-
stack
protected final com.blamejared.crafttweaker.api.item.IItemStack stack -
index
protected final BiFunction<com.blamejared.crafttweaker.api.item.IItemStack,net.minecraft.world.entity.player.Player, indexInteger> -
onGiven
protected final BiFunction<com.blamejared.crafttweaker.api.item.IItemStack,net.minecraft.world.entity.player.Player, onGivencom.blamejared.crafttweaker.api.item.IItemStack>
-
-
Constructor Details
-
RespawnItem
public RespawnItem(com.blamejared.crafttweaker.api.item.IItemStack stack, BiFunction<com.blamejared.crafttweaker.api.item.IItemStack, net.minecraft.world.entity.player.Player, Integer> index, BiFunction<com.blamejared.crafttweaker.api.item.IItemStack, net.minecraft.world.entity.player.Player, com.blamejared.crafttweaker.api.item.IItemStack> onGiven)
-
-
Method Details
-
stack
public com.blamejared.crafttweaker.api.item.IItemStack stack() -
index
public BiFunction<com.blamejared.crafttweaker.api.item.IItemStack,net.minecraft.world.entity.player.Player, index()Integer> -
onGiven
public BiFunction<com.blamejared.crafttweaker.api.item.IItemStack,net.minecraft.world.entity.player.Player, onGiven()com.blamejared.crafttweaker.api.item.IItemStack> -
equals
-
hashCode
public int hashCode() -
toString
-