Package net.frozenblock.lib.wind.mixin
Class AbstractWindChargeMixin
java.lang.Object
net.frozenblock.lib.wind.mixin.AbstractWindChargeMixin
- All Implemented Interfaces:
WindDisturbingEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.resources.ResourceLocationdoubledoubleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.frozenblock.lib.wind.api.WindDisturbingEntity
frozenLib$getWindAreaYOffset, frozenLib$useSyncPacket
-
Constructor Details
-
AbstractWindChargeMixin
public AbstractWindChargeMixin()
-
-
Method Details
-
frozenLib$getWindDisturbanceLogicID
@Nullable public @Nullable net.minecraft.resources.ResourceLocation frozenLib$getWindDisturbanceLogicID()- Specified by:
frozenLib$getWindDisturbanceLogicIDin interfaceWindDisturbingEntity- Returns:
- the
ResourceLocationof the registeredWindDisturbanceLogicto use for this entity.
-
frozenLib$getWindWidth
public double frozenLib$getWindWidth()- Specified by:
frozenLib$getWindWidthin interfaceWindDisturbingEntity- Returns:
- the width of the wind disturbance.
-
frozenLib$getWindHeight
public double frozenLib$getWindHeight()- Specified by:
frozenLib$getWindHeightin interfaceWindDisturbingEntity- Returns:
- the height of the wind disturbance.
-